LongPort OpenAPI C++ SDK
|
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... | |
Cash flow.
Decimal longport::trade::CashFlow::balance |
Cash amount.
int64_t longport::trade::CashFlow::business_time |
Business time.
BalanceType longport::trade::CashFlow::business_type |
Balance type.
std::string longport::trade::CashFlow::currency |
Cash currency.
std::string longport::trade::CashFlow::description |
Cash flow description.
CashFlowDirection longport::trade::CashFlow::direction |
Outflow direction.
std::optional<std::string> longport::trade::CashFlow::symbol |
Associated Stock code information.
std::string longport::trade::CashFlow::transaction_flow_name |
Cash flow name.