|
BBSTRADER 2.4.0
|
Results of a sent order. More...
#include <objects.hpp>

Public Attributes | |
| int32_t | retcode |
| Operation return code. | |
| int64_t | deal |
| Deal ticket, if it is performed. | |
| int64_t | order |
| Order ticket, if it is placed. | |
| double | volume |
| Deal volume, confirmed by broker. | |
| double | price |
| Deal price, confirmed by broker. | |
| double | bid |
| Current Bid price. | |
| double | ask |
| Current Ask price. | |
| std::string | comment |
| Broker comment or description of return code. | |
| int64_t | request_id |
| Request ID set by the terminal during the dispatch. | |
| int32_t | retcode_external |
| Return code of an external trading system. | |
| TradeRequest | request |
| The original request. | |
Results of a sent order.