OrderStatusMessage Class |
Namespace: StockSharp.Messages
[SerializableAttribute] public class OrderStatusMessage : OrderCancelMessage, ISubscriptionMessage, ITransactionIdMessage, IMessage, IOriginalTransactionIdMessage, IErrorMessage
The OrderStatusMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderStatusMessage |
Initializes a new instance of the OrderStatusMessage.
|
Name | Description | |
---|---|---|
![]() | Adapter |
Source adapter. Can be .
(Inherited from Message.) |
![]() | BasketCode |
Basket security type. Can be in case of regular security.
(Inherited from SecurityMessage.) |
![]() | BasketExpression |
Basket security expression. Can be in case of regular security.
(Inherited from SecurityMessage.) |
![]() | BinaryOptionType |
Type of binary option.
(Inherited from SecurityMessage.) |
![]() | BrokerCode |
Broker firm code.
(Inherited from OrderMessage.) |
![]() | CfiCode |
Type in ISO 10962 standard.
(Inherited from SecurityMessage.) |
![]() | Class |
Security class.
(Inherited from SecurityMessage.) |
![]() | ClientCode |
Client code assigned by the broker.
(Inherited from OrderMessage.) |
![]() | Condition |
Order condition (e.g., stop- and algo- orders parameters).
(Inherited from OrderMessage.) |
![]() | Currency |
Trading security currency.
(Inherited from SecurityMessage.) |
![]() | Decimals |
Number of digits in price after coma.
(Inherited from SecurityMessage.) |
![]() | Error |
Error info.
|
![]() | ExpiryDate |
Security expiration date (for derivatives - expiration, for bonds — redemption).
(Inherited from SecurityMessage.) |
![]() | ExtensionInfo |
Extended information.
(Inherited from Message.) |
![]() | FaceValue |
Face value.
(Inherited from SecurityMessage.) |
![]() | From |
Start date, from which data needs to be retrieved.
|
![]() | IsBack |
Is loopback message.
(Inherited from Message.) |
![]() | IsSubscribe |
The message is subscription.
|
![]() | IssueDate |
Date of issue.
(Inherited from SecurityMessage.) |
![]() | IssueSize |
Number of issued contracts.
(Inherited from SecurityMessage.) |
![]() | LocalTime |
Local timestamp when a message was received/created.
(Inherited from Message.) |
![]() | MinVolume |
Minimum volume allowed in order.
(Inherited from SecurityMessage.) |
![]() | Multiplier |
Lot multiplier.
(Inherited from SecurityMessage.) |
![]() | Name |
Security name.
(Inherited from SecurityMessage.) |
![]() | OfflineMode |
Offline mode handling message.
(Inherited from Message.) |
![]() | OptionType |
Option type.
(Inherited from SecurityMessage.) |
![]() | OrderId |
ID cancellation order.
(Inherited from OrderCancelMessage.) |
![]() | OrderStringId |
Cancelling order id (as a string if the electronic board does not use a numeric representation of the identifiers).
(Inherited from OrderCancelMessage.) |
![]() | OrderTransactionId |
Transaction ID cancellation order.
(Inherited from OrderCancelMessage.) |
![]() | OrderType |
Order type.
(Inherited from OrderMessage.) |
![]() | OriginalTransactionId |
ID of the original message TransactionId for which this message is a response.
(Inherited from BaseSubscriptionIdMessage.) |
![]() | PortfolioName |
Portfolio code name.
(Inherited from OrderMessage.) |
![]() | PriceStep |
Minimum price step.
(Inherited from SecurityMessage.) |
![]() | SecurityId |
Security ID.
(Inherited from SecurityMessage.) |
![]() | SecurityType |
Security type.
(Inherited from SecurityMessage.) |
![]() | SettlementDate |
Settlement date for security (for derivatives and bonds).
(Inherited from SecurityMessage.) |
![]() | Shortable |
Can have short positions.
(Inherited from SecurityMessage.) |
![]() | ShortName |
Short security name.
(Inherited from SecurityMessage.) |
![]() | Side |
Order side.
(Inherited from OrderCancelMessage.) |
![]() | Strike |
Option strike price.
(Inherited from SecurityMessage.) |
![]() | SubscriptionId |
Subscription id.
(Inherited from BaseSubscriptionIdMessage.) |
![]() | SubscriptionIds |
Identifiers.
(Inherited from BaseSubscriptionIdMessage.) |
![]() | To |
End date, until which data needs to be retrieved.
|
![]() | TransactionId |
Request identifier.
(Inherited from OrderMessage.) |
![]() | Type |
Message type.
(Inherited from Message.) |
![]() | UnderlyingSecurityCode |
Underlying asset code, on which the current security is based.
(Inherited from SecurityMessage.) |
![]() | UnderlyingSecurityMinVolume |
Minimum volume allowed in order for underlying security.
(Inherited from SecurityMessage.) |
![]() | UnderlyingSecurityType |
Underlying security type.
(Inherited from SecurityMessage.) |
![]() | UserOrderId |
User's order ID.
(Inherited from OrderMessage.) |
![]() | Volume |
Cancelling volume. If not specified, then it canceled the entire balance.
(Inherited from OrderCancelMessage.) |
![]() | VolumeStep |
Minimum volume step.
(Inherited from SecurityMessage.) |
Name | Description | |
---|---|---|
![]() | Clone |
Create a copy of OrderStatusMessage.
(Overrides OrderCancelMessageClone.) |
![]() | CopyTo(BaseSubscriptionIdMessage) |
Copy the message into the destination.
(Inherited from BaseSubscriptionIdMessage.) |
![]() | CopyTo(Message) |
Copy the message into the destination.
(Inherited from Message.) |
![]() | CopyTo(OrderCancelMessage) |
Copy the message into the destination.
(Inherited from OrderCancelMessage.) |
![]() | CopyTo(OrderMessage) |
Copy the message into the destination.
(Inherited from OrderMessage.) |
![]() | CopyTo(OrderStatusMessage) |
Copy the message into the destination.
|
![]() | CopyTo(SecurityMessage, Boolean) |
Copy the message into the destination.
(Inherited from SecurityMessage.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides OrderCancelMessageToString.) |
Name | Description | |
---|---|---|
![]() | CreateReply |
Cast OrderMessage to the ExecutionMessage.
(Defined by Extensions.) |
![]() | FillDefaultCryptoFields |
Fill default CryptoCurrency price and volume step by 0.00000001 value.
(Defined by Extensions.) |
![]() | GetServerTime |
Get message server time.
(Defined by Extensions.) |
![]() | IsBasket |
Is specified security is basket.
(Defined by TraderHelper.) |
![]() | IsContinuous |
Is specified security is continuous.
(Defined by TraderHelper.) |
![]() | IsIndex |
Is specified security is index.
(Defined by TraderHelper.) |
![]() | IsMatch |
Determines the specified security is matched lookup criteria.
(Defined by TraderHelper.) |
![]() | Iso10962 |
To get the type for the instrument in the ISO 10962 standard.
(Defined by TraderHelper.) |
![]() | NotRequiredSecurityId |
Determines the security id required for the specified message.
(Defined by Extensions.) |
![]() | ReplaceSecurityId |
Replace security id by the specified.
(Defined by Extensions.) |
![]() | SetNativeId |
Initialize Native.
(Defined by Extensions.) |
![]() | SetSecurityCode |
Initialize SecurityCode.
(Defined by Extensions.) |
![]() | ToDataType |
Convert ISubscriptionMessage to DataType value.
(Defined by MessageConverterHelper.) |
![]() | ToSecurity |
To convert the message into instrument.
(Defined by MessageConverterHelper.) |
![]() | TryGetServerTime |
Get message server time.
(Defined by Extensions.) |
![]() | TryInitLocalTime |
Try to initialize LocalTime by CurrentTime.
(Defined by Extensions.) |