Variable FillTypeOrderConst

FillTypeOrder: Readonly<{
    market: "market";
    limit: "limit";
}> = ...

Fill types associated with an order.

Type declaration

  • Readonly market: "market"

    Fills resulting from any type of market order.

  • Readonly limit: "limit"

    Fills resulting from any type of limit order.