|
LongPort OpenAPI C++ SDK
|
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< BalanceType > | business_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... | |
Options for submit order request.
| std::optional<BalanceType> longport::trade::GetCashFlowOptions::business_type |
Business type.
| int64_t longport::trade::GetCashFlowOptions::end_at |
End time.
| std::optional<uintptr_t> longport::trade::GetCashFlowOptions::page |
Page number.
| std::optional<uintptr_t> longport::trade::GetCashFlowOptions::size |
Page size.
| int64_t longport::trade::GetCashFlowOptions::start_at |
Start time.
| std::optional<std::string> longport::trade::GetCashFlowOptions::symbol |
Security symbol.