Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 976 Bytes

OrderUpdateRequest.md

File metadata and controls

23 lines (13 loc) · 976 Bytes

OrderUpdateRequest

A request to create or update a Order.

Properties

Name Type Description Notes
id ResourceId
quantity java.math.BigDecimal The quantity of given instrument ordered. [optional]
portfolioId ResourceId [optional]
properties Map<String, PerpetualProperty> Client-defined properties associated with this order. [optional]
price CurrencyAndAmount [optional]
limitPrice CurrencyAndAmount [optional]
stopPrice CurrencyAndAmount [optional]

Back to Model listBack to API listBack to README