pub type MarginMode = MarginType;Expand description
Margin mode for futures trading.
Type alias for MarginType to provide a more intuitive name in the context
of the new trait hierarchy.
Aliased Type§
pub enum MarginMode {
Isolated,
Cross,
}