Preparing search index...
The search index is not available
@openpit/engine
@openpit/engine
model
AccountAdjustmentBoundsInit
Interface AccountAdjustmentBoundsInit
Plain-object form of
AccountAdjustmentBounds
. Every bound is optional.
interface
AccountAdjustmentBoundsInit
{
balanceLower
?:
|
string
|
number
|
bigint
|
PositionSize
;
balanceUpper
?:
|
string
|
number
|
bigint
|
PositionSize
;
heldLower
?:
|
string
|
number
|
bigint
|
PositionSize
;
heldUpper
?:
|
string
|
number
|
bigint
|
PositionSize
;
incomingLower
?:
|
string
|
number
|
bigint
|
PositionSize
;
incomingUpper
?:
|
string
|
number
|
bigint
|
PositionSize
;
}
Index
Properties
balance
Lower?
balance
Upper?
held
Lower?
held
Upper?
incoming
Lower?
incoming
Upper?
Properties
Optional
balance
Lower
balance
Lower
?:
|
string
|
number
|
bigint
|
PositionSize
Optional
balance
Upper
balance
Upper
?:
|
string
|
number
|
bigint
|
PositionSize
Optional
held
Lower
held
Lower
?:
|
string
|
number
|
bigint
|
PositionSize
Optional
held
Upper
held
Upper
?:
|
string
|
number
|
bigint
|
PositionSize
Optional
incoming
Lower
incoming
Lower
?:
|
string
|
number
|
bigint
|
PositionSize
Optional
incoming
Upper
incoming
Upper
?:
|
string
|
number
|
bigint
|
PositionSize
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
balance
Lower
balance
Upper
held
Lower
held
Upper
incoming
Lower
incoming
Upper
@openpit/engine
Loading...
Plain-object form of AccountAdjustmentBounds. Every bound is optional.