pub type OrderId = NonZeroU16;Expand description
Exchange internal ID of the order. Unique only within particular perpetual contract at the exact point in time. Note: The exchange uses 0 as NULL_ORDER_ID sentinel, so valid order IDs are always non-zero.
Aliased Typeยง
pub struct OrderId(/* private fields */);