Namespace: ArthaChitra.Model.OrderAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public OrderBase(
string name,
Account account,
Instrument instrument,
OrderAction orderAction,
OrderType orderType,
decimal quantity,
double limitPrice,
double stopPrice,
TimeInForce timeInForce,
ProductType productType,
[OptionalAttribute] decimal disclosedQuantity,
string ocoId = null,
IStrategy strategy = null
)
Parameters
- name String
-
- account Account
-
- instrument Instrument
-
- orderAction OrderAction
-
- orderType OrderType
-
- quantity Decimal
-
- limitPrice Double
-
- stopPrice Double
-
- timeInForce TimeInForce
-
- productType ProductType
-
- disclosedQuantity Decimal (Optional)
-
- ocoId String (Optional)
-
- strategy IStrategy (Optional)
-
See Also