ExecutionMessage
The message contains information about the execution.
継承元: BaseSubscriptionIdMessage<ExecutionMessage>
実装: ITransactionIdMessage, IServerTimeMessage, ISecurityIdMessage, ISeqNumMessage, IPortfolioNameMessage, IClientCodeMessage, IBrokerCodeMessage, IErrorMessage, IStrategyIdMessage, IGeneratedMessage, IOrderMessage, ILocalTimeMessage, IComplexIdMessage, ICurrencyMessage, ISystemMessage, ITickTradeMessage, IOrderLogMessage
コンストラクター
ExecutionMessage()
Initializes a new instance of the ExecutionMessage.
プロパティ
AveragePrice : decimal?
Average execution price.
BrokerCode : string
Broker firm code.
ClientCode : string
Client code assigned by the broker.
Commission : decimal?
Commission (broker, exchange etc.). Uses when DataType set to Transactions.
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).
HasOrderInfo : bool
Is the message contains order info.
HasTradeInfo : bool
Is the message contains trade info.
IsCancellation : bool
Is the action an order cancellation.
IsMarketMaker : bool?
Is the order of market-maker.
MarginMode : MarginModes?
Margin mode.
MarketPrice : decimal?
Market price at the moment of order registration (best opposite-side price).
OpenInterest : decimal?
Number of open positions (open interest).
OrderBoardId : string
Board order id. Uses in case of OrderId and OrderStringId is a brokerage system ids.
OrderBuyId : long?
Order id (buy).
OrderPrice : decimal
Order price.
OrderSellId : long?
Order id (sell).
OrderState : OrderStates?
Order state.
OrderStatus : long?
System order status.
OrderStringId : string
Order ID (as string, if electronic board does not use numeric order ID representation).
OrderType : OrderTypes?
Order type.
OrderVolume : decimal?
Number of contracts in the order.
OriginSide : Sides?
Deal initiator (seller or buyer).
PortfolioName : string
Portfolio name.
PositionEffect : OrderPositionEffects?
Position effect.
SecurityId : SecurityId
SecurityId
ServerTime : DateTime
Server time.
StrategyId : string
Strategy identifier.
SystemComment : string
Message for order (created by the trading system when registered, changed or cancelled).
TimeInForce : TimeInForce?
Limit order execution condition.
TradePrice : decimal?
Trade price.
TradeStatus : long?
System trade status.
TradeStringId : string
Trade ID (as string, if electronic board does not use numeric order ID representation).
TradeVolume : decimal?
Number of contracts in the trade.
TransactionId : long
Request identifier.
UserOrderId : string
User order id. Uses when DataType set to Transactions.
VisibleVolume : decimal?
Visible quantity of contracts in order.