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

Options for submit order request. More...

#include <types.hpp>

Public Attributes

int64_t start_at
 Start time. More...
 
int64_t end_at
 End time. More...
 
std::optional< BalanceTypebusiness_type
 Business type. More...
 
std::optional< std::string > symbol
 Security symbol. More...
 
std::optional< uintptr_t > page
 Page number. More...
 
std::optional< uintptr_t > size
 Page size. More...
 

Detailed Description

Options for submit order request.

Member Data Documentation

◆ business_type

std::optional<BalanceType> longport::trade::GetCashFlowOptions::business_type

Business type.

◆ end_at

int64_t longport::trade::GetCashFlowOptions::end_at

End time.

◆ page

std::optional<uintptr_t> longport::trade::GetCashFlowOptions::page

Page number.

◆ size

std::optional<uintptr_t> longport::trade::GetCashFlowOptions::size

Page size.

◆ start_at

int64_t longport::trade::GetCashFlowOptions::start_at

Start time.

◆ symbol

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

Security symbol.


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