Module openbook::cli

source ·
Available on crate feature cli only.
Expand description

This module contains the cli functionalities related to the openbook market.

Structs§

  • Represents options for cancelling an order in the OpenBook market.
  • Represents options for executing a combination of canceling all limit orders, settling balance, and placing new bid and ask orders.
  • Represents options for executing a combination of canceling all limit orders, settling balance, and placing an ask order.
  • Represents options for executing a combination of canceling all limit orders, settling balance, and placing a bid order.
  • Represents options for consume events instructions in the OpenBook market.
  • Represents options for consume events permissioned instructions in the OpenBook market.
  • Represents options for finding open orders accounts for a specific owner in the OpenBook market.
  • Represents options for fetching the OpenBook market info.
  • Represents options for loading orders for the current owner in the OpenBook market.
  • Represents options for match orders transactions in the OpenBook market.
  • Represents options for placing a limit order in the OpenBook market.
  • Represents options for settling balances in the OpenBook market.

Enums§

  • Represents OpenBook-related subcommands.