SecurityMessage

StockSharp.Messages

A message containing info about the security.

Erbt von: BaseSubscriptionIdMessage<SecurityMessage>

Implementiert: ISecurityIdMessage

Konstruktoren

SecurityMessage()

Initializes a new instance of the SecurityMessage.

SecurityMessage(MessageTypes)

Initializes a new instance of the SecurityMessage.

type
Message type.

Eigenschaften

BasketCode : string

Basket security type. Can be in case of regular security.

BasketExpression : string

Basket security expression. Can be in case of regular security.

BinaryOptionType : string

Type of binary option.

CfiCode : string

Type in ISO 10962 standard.

Class : string

Security class.

Currency : CurrencyTypes?

Trading security currency.

DataType : DataType

The type of market-data, operated by given storage.

Decimals : int?

Number of digits in price after coma.

ExpiryDate : DateTime?

Security expiration date (for derivatives - expiration, for bonds — redemption).

FaceValue : decimal?

Face value.

IssueDate : DateTime?

Date of issue.

IssueSize : decimal?

Number of issued contracts.

MaxVolume : decimal?

Maximum volume allowed in order.

MinVolume : decimal?

Minimum volume allowed in order.

Multiplier : decimal?

Lot multiplier.

Name : string

Security name.

OptionStyle : OptionStyles?

OptionStyles.

OptionType : OptionTypes?

Option type.

PriceStep : decimal?

Minimum price step.

PrimaryId : SecurityId

Identifier on primary exchange.

SecurityId : SecurityId

SecurityId

SecurityType : SecurityTypes?

Security type.

SettlementDate : DateTime?

Settlement date for security (for derivatives and bonds).

SettlementType : SettlementTypes?

SettlementTypes.

Shortable : bool?

Can have short positions.

ShortName : string

Short security name.

Strike : decimal?

Option strike price.

UnderlyingSecurityId : SecurityId

Underlying asset on which the current security is built.

UnderlyingSecurityMinVolume : decimal?

Minimum volume allowed in order for underlying security.

UnderlyingSecurityType : SecurityTypes?

Underlying security type.

VolumeStep : decimal?

Minimum volume step.

Methoden

CopyEx(SecurityMessage, bool)

Copy the message into the .

destination
The object, to which copied information.
copyBase
Copy BaseSubscriptionIdMessage.
CopyTo(SecurityMessage, bool)

Copy the message into the .

destination
The object, to which copied information.
copyOriginalTransactionId
Copy OriginalTransactionId.
ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.