Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.16 KB

File metadata and controls

31 lines (19 loc) · 1.16 KB

OrderSummary

Properties

Name Type Description Notes
id string [default to undefined]
via AccessType [default to undefined]
side string Side of the order [default to undefined]
baseAmount string [default to undefined]
baseAssetId string [default to undefined]
quoteAssetId string [default to undefined]
status OrderStatus [default to undefined]
destination AccountReference [default to undefined]
createdAt string [default to undefined]
quoteAmount string [optional] [default to undefined]
source SettlementSourceAccount [optional] [default to undefined]

Enum: OrderSummarySideEnum

  • Buy (value: 'BUY')

  • Sell (value: 'SELL')

[Back to top] [Back to API list] [Back to Model list] [Back to README]