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

A price-step (bid-size) rule entry from the symbol-info response. More...

#include <types.hpp>

Public Attributes

std::optional< Decimalstr_proceed
 Range start price (inclusive) More...
 
std::optional< Decimalend_proceed
 Range end price. More...
 
std::optional< Decimalbid_size
 Price step within the range. More...
 

Detailed Description

A price-step (bid-size) rule entry from the symbol-info response.

Member Data Documentation

◆ bid_size

std::optional<Decimal> longbridge::grid::GridBidSize::bid_size

Price step within the range.

◆ end_proceed

std::optional<Decimal> longbridge::grid::GridBidSize::end_proceed

Range end price.

◆ str_proceed

std::optional<Decimal> longbridge::grid::GridBidSize::str_proceed

Range start price (inclusive)


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