aftermath-ts-sdk - v3.3.3
Preparing search index...
packages/perpetuals/perpetualsTypes
PerpetualsOrderType
Variable PerpetualsOrderType
Const
PerpetualsOrderType
:
{
FillOrKill
:
1
;
ImmediateOrCancel
:
3
;
PostOnly
:
2
;
Standard
:
0
;
}
= ...
Order execution and posting behavior.
Standard
: No special constraints.
FillOrKill
: Either fully fills immediately or cancels.
PostOnly
: Only posts to the book; will not take liquidity.
ImmediateOrCancel
: Fills as much as possible immediately; remainder is canceled.
Type Declaration
Readonly
FillOrKill
:
1
Readonly
ImmediateOrCancel
:
3
Readonly
PostOnly
:
2
Readonly
Standard
:
0
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
aftermath-ts-sdk - v3.3.3
Loading...
Order execution and posting behavior.
Standard: No special constraints.FillOrKill: Either fully fills immediately or cancels.PostOnly: Only posts to the book; will not take liquidity.ImmediateOrCancel: Fills as much as possible immediately; remainder is canceled.