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

Cash flow. More...

#include <types.hpp>

Public Attributes

std::string transaction_flow_name
 Cash flow name. More...
 
CashFlowDirection direction
 Outflow direction. More...
 
BalanceType business_type
 Balance type. More...
 
Decimal balance
 Cash amount. More...
 
std::string currency
 Cash currency. More...
 
int64_t business_time
 Business time. More...
 
std::optional< std::string > symbol
 Associated Stock code information. More...
 
std::string description
 Cash flow description. More...
 

Detailed Description

Cash flow.

Member Data Documentation

◆ balance

Decimal longport::trade::CashFlow::balance

Cash amount.

◆ business_time

int64_t longport::trade::CashFlow::business_time

Business time.

◆ business_type

BalanceType longport::trade::CashFlow::business_type

Balance type.

◆ currency

std::string longport::trade::CashFlow::currency

Cash currency.

◆ description

std::string longport::trade::CashFlow::description

Cash flow description.

◆ direction

CashFlowDirection longport::trade::CashFlow::direction

Outflow direction.

◆ symbol

std::optional<std::string> longport::trade::CashFlow::symbol

Associated Stock code information.

◆ transaction_flow_name

std::string longport::trade::CashFlow::transaction_flow_name

Cash flow name.


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