Public Types | |
| enum | |
Public Member Functions | |
| BidAskExistingLevelNotInvolved () | |
| std::string | toString () const |
Public Attributes | |
| unsigned char | market |
| unsigned char | level |
| unsigned char | position |
| unsigned short | reference |
| unsigned int | messageNumber |
| unsigned int | volume |
| InstrumentType::Enum | instrumentType |
| Side::Enum | side |
| TimeSpan | publicationTime |
Friends | |
| class | MessageDeserializer |
Definition at line 35 of file BidAskExistingLevelNotInvolved.h.
| anonymous enum |
Default constructor.
| std::string toString | ( | ) | const |
Returns string representation.
|
friend |
Definition at line 77 of file BidAskExistingLevelNotInvolved.h.
| InstrumentType::Enum instrumentType |
Instrument Type.
Definition at line 65 of file BidAskExistingLevelNotInvolved.h.
| unsigned char level |
Level.
Definition at line 50 of file BidAskExistingLevelNotInvolved.h.
| unsigned char market |
Market.
Definition at line 47 of file BidAskExistingLevelNotInvolved.h.
| unsigned int messageNumber |
Message Number.
Definition at line 59 of file BidAskExistingLevelNotInvolved.h.
| unsigned char position |
Position.
Definition at line 53 of file BidAskExistingLevelNotInvolved.h.
| TimeSpan publicationTime |
Publication Time.
Definition at line 71 of file BidAskExistingLevelNotInvolved.h.
| unsigned short reference |
Definition at line 56 of file BidAskExistingLevelNotInvolved.h.
| Side::Enum side |
Side.
Definition at line 68 of file BidAskExistingLevelNotInvolved.h.
| unsigned int volume |
Volume.
Definition at line 62 of file BidAskExistingLevelNotInvolved.h.