Time and Sale represents a trade (or other market event with price, e.g. market open/close price, etc). Time and Sales are intended to provide information about trades in a continuous time slice (unlike Trade events which are supposed to provide snapshot about the current last trade).
More...
|
IndexedEventSource | Source [get] |
| Returns source of this event. More...
|
|
EventFlag | EventFlags [get, set] |
| Gets or sets transactional event flags. See "Event Flags" section from IDxIndexedEvent. More...
|
|
long | Index [get] |
| Gets unique per-symbol index of this event. More...
|
|
long | TimeStamp [get] |
| Returns timestamp of this event. The timestamp is in milliseconds from midnight, January 1, 1970 UTC. More...
|
|
DateTime | Time [get] |
| Returns UTC date and time of this event. More...
|
|
char | ExchangeCode [get] |
| Returns exchange code of this time and sale event. More...
|
|
double | Price [get] |
| Returns price of this time and sale event. More...
|
|
long | Size [get] |
| Returns size of this time and sale event. More...
|
|
double | BidPrice [get] |
| Returns the current bid price on the market when this time and sale event had occurred. More...
|
|
double | AskPrice [get] |
| Returns the current ask price on the market when this time and sale event had occurred. More...
|
|
string | ExchangeSaleConditions [get] |
| Returns sale conditions provided for this event by data feed. More...
|
|
int | RawFlags [get] |
| Returns implementation-specific raw bit flags value More...
|
|
string | Buyer [get] |
| MMID of buyer (availible not for all markets). More...
|
|
string | Seller [get] |
| MMID of seller (availible not for all markets). More...
|
|
Side | AgressorSide [get] |
| Returns aggressor side of this time and sale event. More...
|
|
TimeAndSaleType | Type [get] |
| Returns type of this time and sale event. More...
|
|
bool | IsCancel [get] |
| Returns whether this is a cancellation of a previous event. It is false for newly created time and sale event. More...
|
|
bool | IsCorrection [get] |
| Returns whether this is a correction of a previous event. It is false for newly created time and sale event. More...
|
|
bool | IsNew [get] |
| Returns whether this is a new event (not cancellation or correction). It is true for newly created time and sale event. More...
|
|
bool | IsValidTick [get] |
| Returns whether this event represents a valid intraday tick. Note, that a correction for a previously distributed valid tick represents a new valid tick itself, but a cancellation of a previous valid tick does not. More...
|
|
bool | IsETHTrade [get] |
| Returns whether this event represents an extended trading hours sale. More...
|
|
char | TradeThroughExempt [get] |
| Returns TradeThroughExempt flag of this time and sale event. More...
|
|
bool | IsSpreadLeg [get] |
| Returns whether this event represents a spread leg. More...
|
|
Scope | Scope [get] |
| Returns whether time&sale was a composite or regional (other constants are not used here). More...
|
|
string | EventSymbol [get] |
| Returns symbol of this event. More...
|
|
Properties inherited from com.dxfeed.api.events.IDxTimeAndSale |
char | ExchangeCode [get] |
| Returns exchange code of this time and sale event. More...
|
|
double | Price [get] |
| Returns price of this time and sale event. More...
|
|
long | Size [get] |
| Returns size of this time and sale event. More...
|
|
double | BidPrice [get] |
| Returns the current bid price on the market when this time and sale event had occurred. More...
|
|
double | AskPrice [get] |
| Returns the current ask price on the market when this time and sale event had occurred. More...
|
|
string | ExchangeSaleConditions [get] |
| Returns sale conditions provided for this event by data feed. More...
|
|
int | RawFlags [get] |
| Returns implementation-specific raw bit flags value More...
|
|
string | Buyer [get] |
| MMID of buyer (availible not for all markets). More...
|
|
string | Seller [get] |
| MMID of seller (availible not for all markets). More...
|
|
Side | AgressorSide [get] |
| Returns aggressor side of this time and sale event. More...
|
|
TimeAndSaleType | Type [get] |
| Returns type of this time and sale event. More...
|
|
bool | IsCancel [get] |
| Returns whether this is a cancellation of a previous event. It is false for newly created time and sale event. More...
|
|
bool | IsCorrection [get] |
| Returns whether this is a correction of a previous event. It is false for newly created time and sale event. More...
|
|
bool | IsNew [get] |
| Returns whether this is a new event (not cancellation or correction). It is true for newly created time and sale event. More...
|
|
bool | IsValidTick [get] |
| Returns whether this event represents a valid intraday tick. Note, that a correction for a previously distributed valid tick represents a new valid tick itself, but a cancellation of a previous valid tick does not. More...
|
|
bool | IsETHTrade [get] |
| Returns whether this event represents an extended trading hours sale. More...
|
|
char | TradeThroughExempt [get] |
| Returns TradeThroughExempt flag of this time and sale event. More...
|
|
bool | IsSpreadLeg [get] |
| Returns whether this event represents a spread leg. More...
|
|
Scope | Scope [get] |
| Returns whether time&sale was a composite or regional (other constants are not used here). More...
|
|
Time and Sale represents a trade (or other market event with price, e.g. market open/close price, etc). Time and Sales are intended to provide information about trades in a continuous time slice (unlike Trade events which are supposed to provide snapshot about the current last trade).