LongPort 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 longport::trade::OrderChargeDetail::currency |
Settlement currency.
std::vector<OrderChargeItem> longport::trade::OrderChargeDetail::items |
Order charge items.
Decimal longport::trade::OrderChargeDetail::total_amount |
Total charges amount.