Preparing search index...
The search index is not available
@openpit/engine
@openpit/engine
model
OrderPositionInit
Interface OrderPositionInit
Plain-object form of
OrderPosition
.
interface
OrderPositionInit
{
closePosition
?:
boolean
;
positionSide
?:
"LONG"
|
"SHORT"
;
reduceOnly
?:
boolean
;
}
Index
Properties
close
Position?
position
Side?
reduce
Only?
Properties
Optional
close
Position
close
Position
?:
boolean
Optional
position
Side
position
Side
?:
"LONG"
|
"SHORT"
Optional
reduce
Only
reduce
Only
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
Position
position
Side
reduce
Only
@openpit/engine
Loading...
Plain-object form of OrderPosition.