Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Order

Hierarchy

  • Order

Index

Properties

acc: string

Account ID of the order owner

average_price: string

Average price of a order

client_order_id: number

Optional non-unique client order ID

created_at: string

Timestamp of the order creation

expiration_time: string

The timestamp of the order expiration

id: string

Order ID

o_type: "Ask" | "Bid"

Order type

post_only: boolean

TODO

price: string

Price of a order

quantity: string

Quantity of items in order

remaining: string

Remaining quantity

time_in_force: string

TODO

updated_at: string

Timestamp of the last modification of the order

Generated using TypeDoc