FixOrderCancelReplaceRequest
StockSharp.Fix.Native
Data from OrderCancelReplaceRequest FIX message.
实现: IEquatable<FixOrderCancelReplaceRequest>
构造函数
FixOrderCancelReplaceRequest(FixId, FixId, string, string, decimal?, decimal?, string, string, string, string, char?, decimal?, bool?, decimal?, char?, bool?, string, string, decimal?, decimal?, int?, FixParty[])
Data from OrderCancelReplaceRequest FIX message.
- ClOrdId
- Client order identifier for the replace request.
- OrigClOrdId
- Original client order identifier.
- OrderId
- Exchange order identifier.
- Account
- Account identifier.
- Price
- New order price.
- OrderQty
- New order quantity.
- SecurityType
- Security type.
- CfiCode
- CFI code (Classification of Financial Instruments).
- Symbol
- Security symbol.
- SecurityExchange
- Security exchange code.
- CashMargin
- Cash margin indicator.
- Slippage
- Allowed slippage.
- IsManual
- Whether order modification is manual.
- MinQty
- Minimum execution quantity.
- PositionEffect
- Position effect (O=Open, C=Close).
- PostOnly
- Post-only flag (maker only).
- SecondaryOrderId
- Secondary order identifier.
- StrategyId
- Strategy identifier.
- OldPrice
- Previous order price.
- OldVolume
- Previous order volume.
- Leverage
- Leverage multiplier.
- Parties
- Party information (ClientCode, BrokerCode).
属性
CashMargin : char?
Cash margin indicator.
OrigClOrdId : FixId
Original client order identifier.
PositionEffect : char?
Position effect (O=Open, C=Close).
SecondaryOrderId : string
Secondary order identifier.
SecurityExchange : string
Security exchange code.
SecurityType : string
Security type.
StrategyId : string
Strategy identifier.