@openpit/engine
Preparing search index...
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
balanceLower
?:
string
|
number
|
bigint
|
PositionSize
Optional
balance
Upper
balanceUpper
?:
string
|
number
|
bigint
|
PositionSize
Optional
held
Lower
heldLower
?:
string
|
number
|
bigint
|
PositionSize
Optional
held
Upper
heldUpper
?:
string
|
number
|
bigint
|
PositionSize
Optional
incoming
Lower
incomingLower
?:
string
|
number
|
bigint
|
PositionSize
Optional
incoming
Upper
incomingUpper
?:
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.