LongPort OpenAPI C++ SDK
Public Attributes | List of all members
longport::trade::OrderHistoryDetail Struct Reference

Order history detail. More...

#include <types.hpp>

Public Attributes

Decimal price
 
Decimal quantity
 
OrderStatus status
 Order status. More...
 
std::string msg
 Execution or error message. More...
 
int64_t time
 Occurrence time. More...
 

Detailed Description

Order history detail.

Member Data Documentation

◆ msg

std::string longport::trade::OrderHistoryDetail::msg

Execution or error message.

◆ price

Decimal longport::trade::OrderHistoryDetail::price

Executed price for executed orders, submitted price for expired, canceled, rejected orders, etc.

◆ quantity

Decimal longport::trade::OrderHistoryDetail::quantity

Executed quantity for executed orders, remaining quantity for expired, canceled, rejected orders, etc.

◆ status

OrderStatus longport::trade::OrderHistoryDetail::status

Order status.

◆ time

int64_t longport::trade::OrderHistoryDetail::time

Occurrence time.


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