LongPort OpenAPI C++ SDK
Public Attributes | List of all members
longport::trade::OrderChargeDetail Struct Reference

Order charge detail. More...

#include <types.hpp>

Public Attributes

Decimal total_amount
 Total charges amount. More...
 
std::string currency
 Settlement currency. More...
 
std::vector< OrderChargeItemitems
 Order charge items. More...
 

Detailed Description

Order charge detail.

Member Data Documentation

◆ currency

std::string longport::trade::OrderChargeDetail::currency

Settlement currency.

◆ items

std::vector<OrderChargeItem> longport::trade::OrderChargeDetail::items

Order charge items.

◆ total_amount

Decimal longport::trade::OrderChargeDetail::total_amount

Total charges amount.


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