FixNewOrderSingle
StockSharp.Fix.Native
Data from NewOrderSingle FIX message.
Implementiert: IEquatable<FixNewOrderSingle>
Konstruktoren
FixNewOrderSingle(FixId, string, decimal?, decimal?, decimal?, string, string, string, string, char?, char?, char?, DateTime?, OrderCondition, string, FixParty[], char?, string, char?, decimal?, bool?, decimal?, char?, bool?, string, string, int?)
Data from NewOrderSingle FIX message.
- ClOrdId
- Client order identifier.
- Account
- Account identifier.
- Price
- Order price.
- OrderQty
- Order quantity.
- MaxFloor
- Maximum visible quantity (iceberg orders).
- SecurityType
- Security type.
- CfiCode
- CFI code (Classification of Financial Instruments).
- Symbol
- Security symbol.
- SecurityExchange
- Security exchange code.
- Side
- Order side (1=Buy, 2=Sell).
- OrdType
- Order type (1=Market, 2=Limit, etc.).
- TimeInForce
- Time in force (0=Day, 1=GTC, 3=IOC, 4=FOK, 6=GTD).
- ExpiryDate
- Order expiration date (for GTD orders).
- Condition
- Order condition (stop, take-profit, etc.).
- Text
- Free text comment.
- Parties
- Party information (client, broker, etc.).
- OrderCapacity
- Order capacity (A=Agency, P=Principal, R=Riskless).
- OrderRestrictions
- Order restrictions.
- CashMargin
- Cash margin indicator.
- Slippage
- Allowed slippage for market orders.
- IsManual
- Whether order 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.
- Leverage
- Leverage multiplier.
Eigenschaften
CashMargin : char?
Cash margin indicator.
Condition : OrderCondition
Order condition (stop, take-profit, etc.).
ExpiryDate : DateTime?
Order expiration date (for GTD orders).
OrderCapacity : char?
Order capacity (A=Agency, P=Principal, R=Riskless).
OrderRestrictions : string
Order restrictions.
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.
TimeInForce : char?
Time in force (0=Day, 1=GTC, 3=IOC, 4=FOK, 6=GTD).