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

Attached order detail. More...

#include <types.hpp>

Public Attributes

std::string order_id
 
AttachedOrderType attached_type_display
 
std::optional< Decimaltrigger_price
 
Decimal quantity
 
Decimal executed_qty
 
OrderStatus status
 
int64_t updated_at
 
bool withdrawn
 
std::optional< Dategtd
 
TimeInForceType time_in_force
 
std::string counter_id
 
std::optional< TriggerStatustrigger_status
 
Decimal executed_amount
 
OrderTag tag
 
int64_t submitted_at
 
std::optional< Decimalexecuted_price
 
std::optional< OutsideRTHforce_only_rth
 
bool reviewed
 
OrderType activate_order_type
 
std::optional< OutsideRTHactivate_rth
 
std::optional< Decimalsubmit_price
 

Detailed Description

Attached order detail.

Member Data Documentation

◆ activate_order_type

OrderType longbridge::trade::AttachedOrderDetail::activate_order_type

◆ activate_rth

std::optional<OutsideRTH> longbridge::trade::AttachedOrderDetail::activate_rth

◆ attached_type_display

AttachedOrderType longbridge::trade::AttachedOrderDetail::attached_type_display

◆ counter_id

std::string longbridge::trade::AttachedOrderDetail::counter_id

◆ executed_amount

Decimal longbridge::trade::AttachedOrderDetail::executed_amount

◆ executed_price

std::optional<Decimal> longbridge::trade::AttachedOrderDetail::executed_price

◆ executed_qty

Decimal longbridge::trade::AttachedOrderDetail::executed_qty

◆ force_only_rth

std::optional<OutsideRTH> longbridge::trade::AttachedOrderDetail::force_only_rth

◆ gtd

std::optional<Date> longbridge::trade::AttachedOrderDetail::gtd

◆ order_id

std::string longbridge::trade::AttachedOrderDetail::order_id

◆ quantity

Decimal longbridge::trade::AttachedOrderDetail::quantity

◆ reviewed

bool longbridge::trade::AttachedOrderDetail::reviewed

◆ status

OrderStatus longbridge::trade::AttachedOrderDetail::status

◆ submit_price

std::optional<Decimal> longbridge::trade::AttachedOrderDetail::submit_price

◆ submitted_at

int64_t longbridge::trade::AttachedOrderDetail::submitted_at

◆ tag

OrderTag longbridge::trade::AttachedOrderDetail::tag

◆ time_in_force

TimeInForceType longbridge::trade::AttachedOrderDetail::time_in_force

◆ trigger_price

std::optional<Decimal> longbridge::trade::AttachedOrderDetail::trigger_price

◆ trigger_status

std::optional<TriggerStatus> longbridge::trade::AttachedOrderDetail::trigger_status

◆ updated_at

int64_t longbridge::trade::AttachedOrderDetail::updated_at

◆ withdrawn

bool longbridge::trade::AttachedOrderDetail::withdrawn

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