TradableTrackConfiguration
@objc public enum TradableTrackConfiguration: Int
Possible track configurations.
-
Positions for the same instrument are on the same track.
Declaration
Swift
case single
-
Positions for the same instrument can be on different tracks.
Declaration
Swift
case multi
-
Positions for the same instrument can be on different tracks, but hedging is not allowed.
Declaration
Swift
case multiNoHedge