OrderInfo
Basic description of an order
input OrderInfo {
side: Side!
price: String!
remaining: String!
isMarketOrder: Boolean!
}
Fields
OrderInfo.side
● Side!
non-null enum
Whether the order is to buy or sell
OrderInfo.price
● String!
non-null scalar
Price for the order
OrderInfo.remaining
● String!
non-null scalar
Number of units remaining of the total that have not yet been bought or sold (uint64)
OrderInfo.isMarketOrder
● Boolean!
non-null scalar
Boolean indicating a market order
Member of
estimatePosition
query