PlaceInstrumentOrderInput
No description
input PlaceInstrumentOrderInput {
order: InstrumentMarketOrder!
symbol: String!
type: InstrumentOrderType!
}
Fields
PlaceInstrumentOrderInput.order
● InstrumentMarketOrder!
non-null input
The order type and amount for this order.
PlaceInstrumentOrderInput.symbol
● String!
non-null scalar
The symbol on which to place an order.
PlaceInstrumentOrderInput.type
● InstrumentOrderType!
non-null enum
Member of
placeInstrumentOrder
mutation