Click or drag to resize

TradeBase Constructor


Namespace: ArthaChitra.Model.Order
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected TradeBase(
	string id,
	string orderId,
	Account account,
	Instrument instrument,
	OrderAction orderAction,
	DateTime time,
	decimal quantity,
	double price,
	ProductType productType,
	double commission,
	IOrder order
)

Parameters

id  String
 
orderId  String
 
account  Account
 
instrument  Instrument
 
orderAction  OrderAction
 
time  DateTime
 
quantity  Decimal
 
price  Double
 
productType  ProductType
 
commission  Double
 
order  IOrder
 
See Also