Click or drag to resize

AccountPositions Property

Gets the position taken by the account

Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public ConcurrentDictionary<IInstrument, ConcurrentDictionary<ProductType, Position>> Positions { get; init; }

Property Value

ConcurrentDictionaryIInstrument, ConcurrentDictionaryProductType, Position
See Also