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

One DCA execution history record. More...

#include <types.hpp>

Public Attributes

std::string created_at
 
std::string order_id
 
std::string status
 
std::string action
 
std::string order_type
 
std::string executed_qty
 
std::string executed_price
 
std::string executed_amount
 
std::string rejected_reason
 
std::string symbol
 

Detailed Description

One DCA execution history record.

Member Data Documentation

◆ action

std::string longbridge::dca::DcaHistoryRecord::action

◆ created_at

std::string longbridge::dca::DcaHistoryRecord::created_at

◆ executed_amount

std::string longbridge::dca::DcaHistoryRecord::executed_amount

◆ executed_price

std::string longbridge::dca::DcaHistoryRecord::executed_price

◆ executed_qty

std::string longbridge::dca::DcaHistoryRecord::executed_qty

◆ order_id

std::string longbridge::dca::DcaHistoryRecord::order_id

◆ order_type

std::string longbridge::dca::DcaHistoryRecord::order_type

◆ rejected_reason

std::string longbridge::dca::DcaHistoryRecord::rejected_reason

◆ status

std::string longbridge::dca::DcaHistoryRecord::status

◆ symbol

std::string longbridge::dca::DcaHistoryRecord::symbol

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