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

Multi-leg strategy information. More...

#include <types.hpp>

Public Attributes

MultiLegStrategy strategy
 Multi-leg strategy. More...
 
std::string strategy_name
 Strategy name. More...
 
std::string multileg_id
 Multi-leg combination ID. More...
 
std::string code
 Multi-leg combination code. More...
 
std::vector< MultiLegOrderLeglegs
 Legs of the combination order. More...
 

Detailed Description

Multi-leg strategy information.

Member Data Documentation

◆ code

std::string longbridge::trade::MultiLegInfo::code

Multi-leg combination code.

◆ legs

std::vector<MultiLegOrderLeg> longbridge::trade::MultiLegInfo::legs

Legs of the combination order.

◆ multileg_id

std::string longbridge::trade::MultiLegInfo::multileg_id

Multi-leg combination ID.

◆ strategy

MultiLegStrategy longbridge::trade::MultiLegInfo::strategy

Multi-leg strategy.

◆ strategy_name

std::string longbridge::trade::MultiLegInfo::strategy_name

Strategy name.


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