Security

StockSharp.BusinessEntities

Security (shares, futures, options etc.).

Herda de: Cloneable<Security>

Implementa: INotifyPropertyChanged

Construtores

Security()

Initializes a new instance of the Security.

Propriedades

AsksCount : int?

Number of sell orders.

AsksVolume : decimal?

Total volume in all sell orders.

AveragePrice : decimal?

Average price per session.

BasketCode : string

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

BasketExpression : string

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

BestAsk : QuoteChange?

Best ask in market depth.

BestBid : QuoteChange?

Best bid in market depth.

BidsCount : int?

Number of buy orders.

BidsVolume : decimal?

Total volume in all buy orders.

BinaryOptionType : string

Type of binary option.

Board : ExchangeBoard

Exchange board where the security is traded.

BuyBackDate : DateTime?

BuyBack date.

BuyBackPrice : decimal?

BuyBack price.

CfiCode : string

Type in ISO 10962 standard.

Class : string

Security class.

ClosePrice : decimal?

Last trade price for the previous session.

Code : string

Security code.

CommissionMaker : decimal?

Commission (maker).

CommissionTaker : decimal?

Commission (taker).

Currency : CurrencyTypes?

Trading security currency.

Decimals : int?

Number of digits in price after coma.

Delta : decimal?

Option delta.

ExpiryDate : DateTime?

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

ExternalId : SecurityExternalId

Security ID in other systems.

FaceValue : decimal?

Face value.

Gamma : decimal?

Option gamma.

HighBidPrice : decimal?

Maximum bid during the session.

HighPrice : decimal?

Highest price for the session.

HistoricalVolatility : decimal?

Volatility (historical).

Id : string

Security ID.

ImpliedVolatility : decimal?

Volatility (implied).

IssueDate : DateTime?

Date of issue.

IssueSize : decimal?

Number of issued contracts.

LastChangeTime : DateTime

Time of the last instrument change.

LastTick : ITickTradeMessage

Information about the last trade. If during the session on the instrument there were no trades, the value equals to .

LocalTime : DateTime

Local time of the last instrument change.

LowAskPrice : decimal?

Minimum ask during the session.

LowPrice : decimal?

Lowest price for the session.

MarginBuy : decimal?

Initial margin to buy.

MarginSell : decimal?

Initial margin to sell.

MaxPrice : decimal?

Upper price limit.

MaxVolume : decimal?

Maximum volume allowed in order.

MinPrice : decimal?

Lower price limit.

MinVolume : decimal?

Minimum volume allowed in order.

Multiplier : decimal?

Lot multiplier.

Name : string

Security name.

OpenInterest : decimal?

Number of open positions (open interest).

OpenPrice : decimal?

First trade price for the session.

OptionStyle : OptionStyles?

OptionStyles.

OptionType : OptionTypes?

Option type.

PriceStep : decimal?

Minimum price step.

PrimaryId : string

Identifier on primary exchange.

Rho : decimal?

Option rho.

SettlementDate : DateTime?

Settlement date for security (for derivatives and bonds).

SettlementPrice : decimal?

Settlement price.

SettlementType : SettlementTypes?

SettlementTypes.

Shortable : bool?

Can have short positions.

ShortName : string

Short security name.

State : SecurityStates?

Current state of security.

StepPrice : decimal?

Step price.

Strike : decimal?

Option strike price.

TheorPrice : decimal?

Theoretical price.

Theta : decimal?

Option theta.

TradesCount : int?

Number of trades.

Turnover : decimal?

Turnover.

Type : SecurityTypes?

Security type.

UnderlyingSecurityId : string

Underlying asset on which the current security is built.

UnderlyingSecurityMinVolume : decimal?

Minimum volume allowed in order for underlying security.

UnderlyingSecurityType : SecurityTypes?

Underlying security type.

Vega : decimal?

Option vega.

Volume : decimal?

Volume per session.

VolumeStep : decimal?

Minimum volume step.

VWAP : decimal?

Average price.

Yield : decimal?

Yield.

Métodos

Clone() : Security

Create a copy of Security.

Retorna: Copy.

CopyTo(Security)

To copy fields of the current instrument to .

destination
The instrument in which you should to copy fields.
Notify(string)

To call the event PropertyChanged.

propName
Property name.
ToString() : string

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

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