Click or drag to resize

Position Constructor


Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public Position(
	Account account,
	Instrument instrument,
	ProductType productType,
	bool isAccountCalculated = true,
	string tag = null
)

Parameters

account  Account
 
instrument  Instrument
 
productType  ProductType
 
isAccountCalculated  Boolean  (Optional)
 
tag  String  (Optional)
 
See Also