FixOrderCancelRequest
StockSharp.Fix.Native
Data from OrderCancelRequest FIX message.
Implementa: IEquatable<FixOrderCancelRequest>
Constructores
FixOrderCancelRequest(FixId, FixId, string, string, decimal?, decimal?, string, string, string, string, string, char?, char?, char?, FixParty[])
Data from OrderCancelRequest FIX message.
- ClOrdId
- Client order identifier for the cancel request.
- OrigClOrdId
- Original client order identifier of order to cancel.
- OrderId
- Exchange order identifier.
- Account
- Account identifier.
- Balance
- Remaining order quantity.
- OrderQty
- Original order quantity.
- SecurityType
- Security type.
- CfiCode
- CFI code (Classification of Financial Instruments).
- Symbol
- Security symbol.
- SecurityExchange
- Security exchange code.
- Text
- Free text comment.
- OrdType
- Order type (1=Market, 2=Limit, etc.).
- CashMargin
- Cash margin indicator.
- Side
- Order side (1=Buy, 2=Sell).
- Parties
- Party information (ClientCode, BrokerCode).
Propiedades
CashMargin : char?
Cash margin indicator.
OrigClOrdId : FixId
Original client order identifier of order to cancel.
SecurityExchange : string
Security exchange code.
SecurityType : string
Security type.