Constructors
constructor
- new default(orderId, symbol, status, details, version?): default
-
Parameters
-
orderId: string
-
symbol: string
-
-
details: any
-
Optional version: number
Properties
details
details: any
orderId
orderId: string
status
symbol
symbol: string
version
version: number = 1
Methods
getDetails
- getDetails(): any
-
Returns any
getOrderId
- getOrderId(): string
-
Returns string
getSymbol
- getSymbol(): string
-
Returns string
getVersion
- getVersion(): number
-
Returns number
hasOrderId
- hasOrderId(): boolean
-
Returns boolean