Order
Order.
継承元: NotifiableObject
実装: IOrderMessage, ISecurityIdMessage, ILocalTimeMessage, IServerTimeMessage, IComplexIdMessage, IGeneratedMessage, ISeqNumMessage, ICurrencyMessage, ISystemMessage
コンストラクター
Order()
Initializes a new instance of the Order.
プロパティ
AveragePrice : decimal?
Average execution price.
BrokerCode : string
Broker firm code.
CancelledTime : DateTime?
Cancelled time.
ClientCode : string
Client code assigned by the broker.
Commission : decimal?
Commission (broker, exchange etc.).
CommissionCurrency : string
Commission currency. Can be .
Condition : OrderCondition
Order condition (e.g., stop- and algo- orders parameters).
Currency : CurrencyTypes?
Trading security currency.
ExpiryDate : DateTime?
Order expiry time. The default is , which mean (GTC).
IsMarketMaker : bool?
Is the order of market-maker.
LatencyCancellation : TimeSpan?
Time taken to cancel an order.
LatencyEdition : TimeSpan?
Time taken to edit an order.
LatencyRegistration : TimeSpan?
Time taken to register an order.
MarginMode : MarginModes?
Margin mode.
MarketPrice : decimal?
Market price at the moment of order registration (best opposite-side price).
MatchedTime : DateTime?
Cancelled time.
PositionEffect : OrderPositionEffects?
Position effect.
ServerTime : DateTime
Server time.
State : OrderStates
Order state.
StrategyId : string
Strategy id.
StringId : string
Order ID (as string, if electronic board does not use numeric order ID representation).
TimeInForce : TimeInForce?
Limit order time in force.
TransactionId : long
Transaction ID. Automatically set when the Order) method called.
Type : OrderTypes?
Order type.
UserOrderId : string
User's order ID.
VisibleVolume : decimal?
Visible quantity of contracts in order.