Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OrderInfo

Hierarchy

  • OrderInfo

Index

Properties

account_id: string

Order owner near account ID

average_price: string

Average price of the order match. 0 if the order hasn't yet been filled at all

block_number: number

Block number in which the transaction was added

client_order_id: string

Custom order ID. Optionally set by the user when order placing

created_at: string

Order creation timestamp in nanoseconds (1 second = 1 * 10^9 nanosecond)

market_id: number

Market ID

order_id: string

Order ID. Set by contract. Unique identificator among all orders

price: string

Limit price of the order in the quote currency

quantity: string

Initial quantity of the order in base currency

remaining: string

Remaining order quantity to be executed in base currency

side: "ask" | "bid"

TODO

TODO

txn_hash: string

TODO

updated_at: string

Last order update timestamp in nanoseconds (1 second = 1 * 10^9 nanosecond)

Generated using TypeDoc