Security
Security (shares, futures, options etc.).
Hereda de: Cloneable<Security>
Implementa: INotifyPropertyChanged
Constructores
Security()
Initializes a new instance of the Security.
Propiedades
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.
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.
ClosePrice : decimal?
Last trade price for the previous session.
CommissionMaker : decimal?
Commission (maker).
CommissionTaker : decimal?
Commission (taker).
Currency : CurrencyTypes?
Trading security currency.
ExpiryDate : DateTime?
Security expiration date (for derivatives - expiration, for bonds — redemption).
ExternalId : SecurityExternalId
Security ID in other systems.
HighBidPrice : decimal?
Maximum bid during the session.
HistoricalVolatility : decimal?
Volatility (historical).
ImpliedVolatility : decimal?
Volatility (implied).
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 .
LowAskPrice : decimal?
Minimum ask during the session.
MarginSell : decimal?
Initial margin to sell.
Multiplier : decimal?
Lot multiplier.
OpenInterest : decimal?
Number of open positions (open interest).
OptionStyle : OptionStyles?
OptionStyles.
OptionType : OptionTypes?
Option type.
SettlementDate : DateTime?
Settlement date for security (for derivatives and bonds).
SettlementPrice : decimal?
Settlement price.
SettlementType : SettlementTypes?
SettlementTypes.
State : SecurityStates?
Current state of security.
TheorPrice : decimal?
Theoretical price.
TradesCount : int?
Number of trades.
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.
VolumeStep : decimal?
Minimum volume step.