Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::grid::GridChannelInfo Struct Reference

Channel / authorization info nested in the symbol-info response. More...

#include <types.hpp>

Public Attributes

bool strategy_granted
 Whether the strategy compliance authorization has been granted. More...
 
bool support_rth
 Whether the RTH toggle is supported. More...
 
std::string currency
 Trading currency. More...
 
std::vector< std::string > settlement_currency
 Supported settlement currencies. More...
 

Detailed Description

Channel / authorization info nested in the symbol-info response.

Member Data Documentation

◆ currency

std::string longbridge::grid::GridChannelInfo::currency

Trading currency.

◆ settlement_currency

std::vector<std::string> longbridge::grid::GridChannelInfo::settlement_currency

Supported settlement currencies.

◆ strategy_granted

bool longbridge::grid::GridChannelInfo::strategy_granted

Whether the strategy compliance authorization has been granted.

◆ support_rth

bool longbridge::grid::GridChannelInfo::support_rth

Whether the RTH toggle is supported.


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