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

Order charge item. More...

#include <types.hpp>

Public Attributes

ChargeCategoryCode code
 Charge category code. More...
 
std::string name
 Charge category name. More...
 
std::vector< OrderChargeFeefees
 Charge details. More...
 

Detailed Description

Order charge item.

Member Data Documentation

◆ code

ChargeCategoryCode longport::trade::OrderChargeItem::code

Charge category code.

◆ fees

std::vector<OrderChargeFee> longport::trade::OrderChargeItem::fees

Charge details.

◆ name

std::string longport::trade::OrderChargeItem::name

Charge category name.


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