ATAS
|
Public Member Functions | |
SecuritySummary () | |
Initializes a new instance of the SecuritySummary class with default values. | |
SecuritySummary (Security security) | |
Initializes a new instance of the SecuritySummary class with default values. | |
Properties | |
Security | Security [get] |
Gets or sets the security. | |
decimal? | BestAskPrice [get, set] |
Gets or sets the best asking price for the security. | |
decimal? | BestAskVolume [get, set] |
Gets or sets the volume available at the best asking price for the security. | |
decimal? | BestBidPrice [get, set] |
Gets or sets the best bidding price for the security. | |
decimal? | BestBidVolume [get, set] |
Gets or sets the volume available at the best bidding price for the security. | |
decimal? | LastTradePrice [get, set] |
Price of the last tick This value may be null if no ticks were received yet. | |
decimal? | LastTradeVolume [get, set] |
Volume of the last tick This value may be null if no ticks were received yet. | |
decimal? | SettlementPrice [get, set] |
Gets or sets the settlement price value for the security. | |
decimal? | OpenInterest [get, set] |
Gets or sets the open interest value for the security. | |
decimal? | CurrentDayOpenPrice [get, set] |
Gets or sets the current day open price value for the security. | |
decimal? | CurrentDayHighPrice [get, set] |
Gets or sets the current day high price value for the security. | |
decimal? | CurrentDayLowPrice [get, set] |
Gets or sets the current day low price value for the security. | |
decimal? | CurrentDayTotalVolume [get, set] |
Gets or sets the today trade volume value for the security. | |
decimal? | CurrentDayTurnover [get, set] |
Gets or sets the today turnover for the security. | |
decimal? | PrevDayClosePrice [get, set] |
Gets or sets the previous day close price value for the security. | |
decimal? | PrevDayTotalVolume [get, set] |
Gets or sets the previous day trade volume value for the security. | |
decimal? | Last24OpenPrice [get, set] |
Gets or sets the 24H open price value for the security. | |
decimal? | Last24HighPrice [get, set] |
Gets or sets the 24H high price value for the security. | |
decimal? | Last24LowPrice [get, set] |
Gets or sets the 24H low price value for the security. | |
decimal? | Last24TotalVolume [get, set] |
Gets or sets the 24H trade volume value for the security. | |
decimal? | Last24Turnover [get, set] |
Gets or sets the 24H turnover for the security. | |
decimal? | MarkPrice [get, set] |
A price that reflects the real-time spot price on the major exchanges. | |
decimal? | FundingRate [get, set] |
Gets funding rate exchanged between buyers and sellers. During the funding rate cycle. | |
DateTimeOffset? | NextFundingTime [get, set] |
Gets time of the next funding cycle. | |
ATAS.DataFeedsCore.SecuritySummary.SecuritySummary | ( | ) |
Initializes a new instance of the SecuritySummary class with default values.
ATAS.DataFeedsCore.SecuritySummary.SecuritySummary | ( | Security | security | ) |
Initializes a new instance of the SecuritySummary class with default values.
|
getset |
Gets or sets the best asking price for the security.
|
getset |
Gets or sets the volume available at the best asking price for the security.
|
getset |
Gets or sets the best bidding price for the security.
|
getset |
Gets or sets the volume available at the best bidding price for the security.
|
getset |
Gets or sets the current day high price value for the security.
|
getset |
Gets or sets the current day low price value for the security.
|
getset |
Gets or sets the current day open price value for the security.
|
getset |
Gets or sets the today trade volume value for the security.
|
getset |
Gets or sets the today turnover for the security.
|
getset |
Gets funding rate exchanged between buyers and sellers. During the funding rate cycle.
|
getset |
Gets or sets the 24H high price value for the security.
|
getset |
Gets or sets the 24H low price value for the security.
|
getset |
Gets or sets the 24H open price value for the security.
|
getset |
Gets or sets the 24H trade volume value for the security.
|
getset |
Gets or sets the 24H turnover for the security.
|
getset |
Price of the last tick
This value may be null if no ticks were received yet.
|
getset |
Volume of the last tick
This value may be null if no ticks were received yet.
|
getset |
A price that reflects the real-time spot price on the major exchanges.
|
getset |
Gets time of the next funding cycle.
|
getset |
Gets or sets the open interest value for the security.
|
getset |
Gets or sets the previous day close price value for the security.
|
getset |
Gets or sets the previous day trade volume value for the security.
|
get |
Gets or sets the security.
|
getset |
Gets or sets the settlement price value for the security.