FixOrderCancelRequest

StockSharp.Fix.Native

Data from OrderCancelRequest FIX message.

実装: IEquatable<FixOrderCancelRequest>

コンストラクター

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).

プロパティ

Account : string

Account identifier.

Balance : decimal?

Remaining order quantity.

CashMargin : char?

Cash margin indicator.

CfiCode : string

CFI code (Classification of Financial Instruments).

ClOrdId : FixId

Client order identifier for the cancel request.

OrderId : string

Exchange order identifier.

OrderQty : decimal?

Original order quantity.

OrdType : char?

Order type (1=Market, 2=Limit, etc.).

OrigClOrdId : FixId

Original client order identifier of order to cancel.

Parties : FixParty[]

Party information (ClientCode, BrokerCode).

SecurityExchange : string

Security exchange code.

SecurityType : string

Security type.

Side : char?

Order side (1=Buy, 2=Sell).

Symbol : string

Security symbol.

Text : string

Free text comment.