topstepx-api - v1.0.0
Preparing search index...
PlaceOrderRequest
Interface PlaceOrderRequest
interface
PlaceOrderRequest
{
accountId
:
number
;
contractId
:
string
;
customTag
?:
string
|
null
;
limitPrice
?:
number
|
null
;
linkedOrderId
?:
number
|
null
;
side
:
OrderSide
;
size
:
number
;
stopPrice
?:
number
|
null
;
trailPrice
?:
number
|
null
;
type
:
OrderType
;
}
Index
Properties
account
Id
contract
Id
custom
Tag?
limit
Price?
linked
Order
Id?
side
size
stop
Price?
trail
Price?
type
Properties
account
Id
accountId
:
number
contract
Id
contractId
:
string
Optional
custom
Tag
customTag
?:
string
|
null
Optional
limit
Price
limitPrice
?:
number
|
null
Optional
linked
Order
Id
linkedOrderId
?:
number
|
null
side
side
:
OrderSide
size
size
:
number
Optional
stop
Price
stopPrice
?:
number
|
null
Optional
trail
Price
trailPrice
?:
number
|
null
type
type
:
OrderType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
contract
Id
custom
Tag
limit
Price
linked
Order
Id
side
size
stop
Price
trail
Price
type
topstepx-api - v1.0.0
Loading...