BBSTRADER 2.4.0
Loading...
Searching...
No Matches
MT5::OrderSentResult Struct Reference

Results of a sent order. More...

#include <objects.hpp>

Collaboration diagram for MT5::OrderSentResult:

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.
 

Detailed Description

Results of a sent order.


The documentation for this struct was generated from the following file: