Limit Order Book
Functions
addLimitOrder
function addLimitOrder(
IAmm _asset,
Decimal.decimal memory _limitPrice,
SignedDecimal.signedDecimal memory _positionSize,
Decimal.decimal memory _collateral,
Decimal.decimal memory _leverage,
Decimal.decimal memory _slippage,
Decimal.decimal memory _tipFee,
bool _reduceOnly,
uint256 _expiry
)addStopOrder
addStopLimitOrder
addTrailingStopMarketOrderAbs
addTrailingStopMarketOrderPct
addTrailingStopLimitOrderAbs
addTrailingStopLimitOrderPct
modifyOrder
modifyTrailingOrder
deleteOrder
execute
pokeContract
Last updated
Was this helpful?