topstepx-api - v1.0.0
Preparing search index...
Order
Interface Order
interface
Order
{
accountId
:
number
;
contractId
:
string
;
creationTimestamp
:
string
;
id
:
number
;
limitPrice
:
number
|
null
;
side
:
OrderSide
;
size
:
number
;
status
:
OrderStatus
;
stopPrice
:
number
|
null
;
type
:
OrderType
;
updateTimestamp
:
string
|
null
;
}
Index
Properties
account
Id
contract
Id
creation
Timestamp
id
limit
Price
side
size
status
stop
Price
type
update
Timestamp
Properties
account
Id
accountId
:
number
contract
Id
contractId
:
string
creation
Timestamp
creationTimestamp
:
string
id
id
:
number
limit
Price
limitPrice
:
number
|
null
side
side
:
OrderSide
size
size
:
number
status
status
:
OrderStatus
stop
Price
stopPrice
:
number
|
null
type
type
:
OrderType
update
Timestamp
updateTimestamp
:
string
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
contract
Id
creation
Timestamp
id
limit
Price
side
size
status
stop
Price
type
update
Timestamp
topstepx-api - v1.0.0
Loading...