ContractFeedEventArgsSnapshot Class

Snapshot of the current state of the market.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public class Snapshot : ContractFeedEventArgsItem
Inheritance
Object    ContractFeedEventArgsItem    ContractFeedEventArgsSnapshot

Properties

BidPrice The best bid price, which includes implied if that was requested.
BidRealPrice The best real bid price
BidRealVolume The best real bid volume
BidVolume The best bid volume, which includes implied if that was requested.
ClearedVolume Cleared Volume.
ClearedVolumeTime Cleared Volume time.
ClearedVolumeTradeDate Cleared Volume trade date.
Flags Market mode flags.
HighLowTime Open/High/Low time.
HighLowTradeDate Open/High/Low trade date.
HighPrice High price.
LastTradePrice Last trade price.
LastTradeSpdPrice Last trade price.
LastTradeSpdVolume Last trade volume.
LastTradeTime Last Trade Time.
LastTradeVolume Last trade volume.
LowPrice Low price.
MarketID ID of the market
(Overrides ContractFeedEventArgsItemMarketID)
Mode Market mode.
OfferPrice The best offer price, which includes implied if that was requested.
OfferRealPrice The best real offer price.
OfferRealVolume The best real offer volume.
OfferVolume The best offer volume, which includes implied if that was requested.
OpenInterest Open interest.
OpenInterestTime Open interest time.
OpenInterestTradeDate Open interest trade date.
OpenPrice Open price.
PrevOpenInterest Previous open interest.
PrevOpenInterestTime Previous open interest time.
PrevOpenInterestTradeDate Previous open interest trade date.
SettlementHeldPrice Settlement price.
SettlementHeldTime Settlement time.
SettlementHeldTradeDate Settlement trade date.
SettlementPrice Settlement price.
SettlementTime Settlement time.
SettlementTradeDate Settlement trade date.
Time The timestamp for this update.
(Overrides ContractFeedEventArgsItemTime)
TotalTradeCount Total trade count for the day.
TotalTradedVolume Total traded volume.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also