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