Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic 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 = true,
	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