Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.35 KB

BlockRequest.md

File metadata and controls

27 lines (17 loc) · 1.35 KB

BlockRequest

A request to create or update an Order.

Properties

Name Type Description Notes
id ResourceId
orderIds List<ResourceId> The related order ids.
properties Map<String, PerpetualProperty> Client-defined properties associated with this block. [optional]
instrumentIdentifiers Map<String, String> The instrument ordered.
quantity java.math.BigDecimal The total quantity of given instrument ordered.
side String The client's representation of the block's side (buy, sell, short, etc)
type String The block order's type (examples: Limit, Market, ...)
timeInForce String The block orders' time in force (examples: Day, GoodTilCancel, ...)
createdDate OffsetDateTime The date on which the block was made
limitPrice CurrencyAndAmount [optional]
stopPrice CurrencyAndAmount [optional]

Back to Model listBack to API listBack to README