Amount of accumulated rebates
Address of the open orders account
Amount of free base tokens
Total amount of base tokens
Address of the market of the open order account
List of orders of the open order account
Address of the owner of the open order account
Amount of free quote tokens
Total amount of quote tokens
Returns the amount of accumulated fee rebates
Returns the address of the open order account
Returns the amount of free base tokens
Returns the total amount of base tokens
Returns the market address of the open order account
Returns the list of orders of the open orders account
Returns the owner of the open order account
Returns the amount of free quote tokens
Returns the total amount of quote tokens
Returns a TransactionInstruction object to close the OpenOrder account
Loads the open orders account
The solana connection object to the RPC node
The market address of the open orders account
The owner of the open orders account
An OpenOrders object
Static method to make the transaction instruction that initializes an open order account
The market address of the open orders account to initialize
The owner of the open orders account to initialize
The max number of open orders the account will be able to hold
A TransactionInstruction object
Generated using TypeDoc
Open Orders class