Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public LiveTrade(
string id,
string orderId,
Account account,
Instrument instrument,
OrderAction orderAction,
DateTime time,
decimal quantity,
double price,
ProductType productType,
double commission,
IOrder order = null
)
Parameters
- id String
-
- orderId String
-
- account Account
-
- instrument Instrument
-
- orderAction OrderAction
-
- time DateTime
-
- quantity Decimal
-
- price Double
-
- productType ProductType
-
- commission Double
-
- order IOrder (Optional)
-
See Also