Public Member Functions | |
| Position () | |
| std::string | toString () const |
Public Attributes | |
| bool | liquidityProvisionActivity |
| unsigned char | broker |
| unsigned char | member |
| unsigned char | user |
| unsigned int | label |
| unsigned int | volume |
| unsigned int | positionNumber |
| unsigned int | investmentDecision |
| unsigned int | execution |
| TimeSpan | publicationTime |
Definition at line 53 of file MarketImageRecovery.h.
| Position | ( | ) |
Constructor.
| std::string toString | ( | ) | const |
Returns string representation.
| unsigned char broker |
Broker.
Definition at line 62 of file MarketImageRecovery.h.
| unsigned int execution |
Execution.
Definition at line 83 of file MarketImageRecovery.h.
| unsigned int investmentDecision |
Investment Decision.
Definition at line 80 of file MarketImageRecovery.h.
| unsigned int label |
Label.
Definition at line 71 of file MarketImageRecovery.h.
| bool liquidityProvisionActivity |
Liquidity Provision Activity.
Definition at line 59 of file MarketImageRecovery.h.
| unsigned char member |
Member.
Definition at line 65 of file MarketImageRecovery.h.
| unsigned int positionNumber |
Position Number.
Definition at line 77 of file MarketImageRecovery.h.
| TimeSpan publicationTime |
Publication time.
Definition at line 86 of file MarketImageRecovery.h.
| unsigned char user |
User.
Definition at line 68 of file MarketImageRecovery.h.
| unsigned int volume |
Volume.
Definition at line 74 of file MarketImageRecovery.h.