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

Cash info. More...

#include <types.hpp>

Public Attributes

Decimal withdraw_cash
 Withdraw cash. More...
 
Decimal available_cash
 Available cash. More...
 
Decimal frozen_cash
 Frozen cash. More...
 
Decimal settling_cash
 Cash to be settled. More...
 
std::string currency
 Currency. More...
 

Detailed Description

Cash info.

Member Data Documentation

◆ available_cash

Decimal longport::trade::CashInfo::available_cash

Available cash.

◆ currency

std::string longport::trade::CashInfo::currency

Currency.

◆ frozen_cash

Decimal longport::trade::CashInfo::frozen_cash

Frozen cash.

◆ settling_cash

Decimal longport::trade::CashInfo::settling_cash

Cash to be settled.

◆ withdraw_cash

Decimal longport::trade::CashInfo::withdraw_cash

Withdraw cash.


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