|
Longbridge OpenAPI C++ SDK
|
#include <types.hpp>
Public Attributes | |
| Decimal | total_amount |
| Total charges amount. More... | |
| std::string | currency |
| Settlement currency. More... | |
| std::vector< OrderChargeItem > | items |
| Order charge items. More... | |
Order charge detail.
| std::string longbridge::trade::OrderChargeDetail::currency |
Settlement currency.
| std::vector<OrderChargeItem> longbridge::trade::OrderChargeDetail::items |
Order charge items.
| Decimal longbridge::trade::OrderChargeDetail::total_amount |
Total charges amount.