com.apama.md
Event QBI


Single entry from a full quotebook datastream.
Member summary
 decimalprice

The Quote price (as a decimal).
 integerquantity

The quantity for this quote entry.
 stringparty

The name of the party making the quote.
 stringquoteId

The Quote Id.
 stringrequestId

The request Id that quote has been generated for.
 booleantradeable

A flag indicating whether the quote is tradeable or not. true if tradeable, false if indicative.
 integerupdateType

Update type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details).
 dictionary<string, string>epValues

A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.
 
Member detail

epValues

dictionary<string, string> epValues
A dictionary of Extra Parameter names, and their corresponding value (as a string) passed from the Source/Adapter.

party

string party
The name of the party making the quote.

price

decimal price
The Quote price (as a decimal).

quantity

integer quantity
The quantity for this quote entry.

quoteId

string quoteId
The Quote Id.

requestId

string requestId
The request Id that quote has been generated for.

tradeable

boolean tradeable
A flag indicating whether the quote is tradeable or not. true if tradeable, false if indicative.

updateType

integer updateType
Update type. 0 - Add, 1 - Modify, 2 - Remove (see DatastreamConstants in MDConstants.mon for details).