Class representing a single tradable market.

The Market..::.TickData type exposes the following members.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Read
Move to the next record
ToString (Inherited from Object.)

Properties

  NameDescription
AtBidOrOffer
Whether the trade occurred at the bid or offer price or somewhere in between
Change
What changed on the last Read
Denominator
Denominator of the current data row
DueToSpread
Whether the trade was due to a spread
Eof
Whether we are at the end of the dataset or not
MarketID
The market id this data is for.
Mode
The market mode
Numerator
Numerator of the current data row
PriceCode
Price code of the current data row
RequestID
The request id this data is for.
SettlementPrice
Settlement price of the current data row
SettlementTicks
Settlement ticks of the current data row
SettlementValue
Settlement value of the current data row
TickValue
Tick value of the current data row
Time
Timestamp of the current data row
TradeDate
The trade date of the data.
TradePrice
Trade price of the current data row
TradeTicks
Trade ticks of the current data row
TradeValue
Trade value of the current data row
TradeVolume
Trade volume of the current data row

See Also