LongPort OpenAPI C++ SDK
|
Order changed message. More...
#include <types.hpp>
Public Attributes | |
OrderSide | side |
Order side. More... | |
std::string | stock_name |
Stock name. More... | |
Decimal | submitted_quantity |
Submitted quantity. More... | |
std::string | symbol |
Order symbol. More... | |
OrderType | order_type |
Order type. More... | |
Decimal | submitted_price |
Submitted price. More... | |
Decimal | executed_quantity |
Executed quantity. More... | |
std::optional< Decimal > | executed_price |
Executed price. More... | |
std::string | order_id |
Order ID. More... | |
std::string | currency |
Currency. More... | |
OrderStatus | status |
Order status. More... | |
int64_t | submitted_at |
Submitted time. More... | |
int64_t | updated_at |
Last updated time. More... | |
std::optional< Decimal > | trigger_price |
Order trigger price. More... | |
std::string | msg |
Rejected message or remark. More... | |
OrderTag | tag |
Order tag. More... | |
std::optional< TriggerStatus > | trigger_status |
Conditional order trigger status. More... | |
std::optional< int64_t > | trigger_at |
Conditional order trigger time. More... | |
std::optional< Decimal > | trailing_amount |
Trailing amount. More... | |
std::optional< Decimal > | trailing_percent |
Trailing percent. More... | |
std::optional< Decimal > | limit_offset |
Limit offset amount. More... | |
std::string | account_no |
Account no. More... | |
std::optional< Decimal > | last_share |
Last share. More... | |
std::optional< Decimal > | last_price |
Last price. More... | |
std::string | remark |
Remark message. More... | |
Order changed message.
std::string longport::trade::PushOrderChanged::account_no |
Account no.
std::string longport::trade::PushOrderChanged::currency |
Currency.
std::optional<Decimal> longport::trade::PushOrderChanged::executed_price |
Executed price.
Decimal longport::trade::PushOrderChanged::executed_quantity |
Executed quantity.
std::optional<Decimal> longport::trade::PushOrderChanged::last_price |
Last price.
std::optional<Decimal> longport::trade::PushOrderChanged::last_share |
Last share.
std::optional<Decimal> longport::trade::PushOrderChanged::limit_offset |
Limit offset amount.
std::string longport::trade::PushOrderChanged::msg |
Rejected message or remark.
std::string longport::trade::PushOrderChanged::order_id |
Order ID.
std::string longport::trade::PushOrderChanged::remark |
Remark message.
OrderStatus longport::trade::PushOrderChanged::status |
Order status.
std::string longport::trade::PushOrderChanged::stock_name |
Stock name.
int64_t longport::trade::PushOrderChanged::submitted_at |
Submitted time.
Decimal longport::trade::PushOrderChanged::submitted_price |
Submitted price.
Decimal longport::trade::PushOrderChanged::submitted_quantity |
Submitted quantity.
std::string longport::trade::PushOrderChanged::symbol |
Order symbol.
std::optional<Decimal> longport::trade::PushOrderChanged::trailing_amount |
Trailing amount.
std::optional<Decimal> longport::trade::PushOrderChanged::trailing_percent |
Trailing percent.
std::optional<int64_t> longport::trade::PushOrderChanged::trigger_at |
Conditional order trigger time.
std::optional<TriggerStatus> longport::trade::PushOrderChanged::trigger_status |
Conditional order trigger status.
int64_t longport::trade::PushOrderChanged::updated_at |
Last updated time.