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

Security (symbol) info used to build a grid order. More...

#include <types.hpp>

Public Attributes

std::string name
 Security name. More...
 
std::optional< Decimallast_done
 Latest quote price. More...
 
std::optional< Decimallot_size
 Board lot size. More...
 
std::optional< Decimalbuy_lot_size
 Buy-side board lot size. More...
 
std::optional< Decimalsell_lot_size
 Sell-side board lot size. More...
 
std::vector< GridBidSizebid_sizes
 Price-step (bid-size) rule table. More...
 
GridChannelInfo channel_info
 Channel / authorization info (strategy grant, RTH, currencies) More...
 

Detailed Description

Security (symbol) info used to build a grid order.

Member Data Documentation

◆ bid_sizes

std::vector<GridBidSize> longbridge::grid::GridSymbolInfo::bid_sizes

Price-step (bid-size) rule table.

◆ buy_lot_size

std::optional<Decimal> longbridge::grid::GridSymbolInfo::buy_lot_size

Buy-side board lot size.

◆ channel_info

GridChannelInfo longbridge::grid::GridSymbolInfo::channel_info

Channel / authorization info (strategy grant, RTH, currencies)

◆ last_done

std::optional<Decimal> longbridge::grid::GridSymbolInfo::last_done

Latest quote price.

◆ lot_size

std::optional<Decimal> longbridge::grid::GridSymbolInfo::lot_size

Board lot size.

◆ name

std::string longbridge::grid::GridSymbolInfo::name

Security name.

◆ sell_lot_size

std::optional<Decimal> longbridge::grid::GridSymbolInfo::sell_lot_size

Sell-side board lot size.


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