Click or drag to resize

Account Constructor


Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public Account(
	Connection connection,
	string id,
	string displayName,
	OrderType[] orderTypes,
	ProductType[] productTypes,
	TimeInForce[] timeInForces,
	Type[] orderTemplates,
	AccountType accountType = AccountType.Live,
	bool isConnectionCalculated = true,
	bool isOcoSupported = false,
	bool isActive = false,
	int basketCount = 0
)

Parameters

connection  Connection
 
id  String
 
displayName  String
 
orderTypes  OrderType
 
productTypes  ProductType
 
timeInForces  TimeInForce
 
orderTemplates  Type
 
accountType  AccountType  (Optional)
 
isConnectionCalculated  Boolean  (Optional)
 
isOcoSupported  Boolean  (Optional)
 
isActive  Boolean  (Optional)
 
basketCount  Int32  (Optional)
 
See Also