AccountPositions Property | 
            Gets the position taken by the account
            
Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic ConcurrentDictionary<IInstrument, ConcurrentDictionary<ProductType, Position>> Positions { get; init; }Property Value
ConcurrentDictionaryIInstrument, 
ConcurrentDictionaryProductType, 
Position
See Also