|
Longbridge OpenAPI C++ SDK
|
Grid trading master-order changed message. More...
#include <types.hpp>
Public Attributes | |
| std::string | order_id |
| Grid master order ID. More... | |
| std::string | status |
| Order status. More... | |
| std::string | symbol |
Security symbol (e.g. 700.HK) More... | |
| std::string | suspend_reason |
| Suspend reason, if any. More... | |
| std::string | submitted_base_price |
| Submitted base price. More... | |
| std::string | current_base_price |
| Current base price. More... | |
| std::string | upper_limit_price |
| Upper price bound. More... | |
| std::string | lower_limit_price |
| Lower price bound. More... | |
| int32_t | trigger_price_type |
| Trigger price type. More... | |
| std::string | trigger_quantity |
| Quantity per trigger. More... | |
| std::string | settlement_currency |
| Settlement currency. More... | |
| int32_t | time_in_force |
Time in force (0 = Day, 1 = GTC, 6 = GTD) More... | |
| int32_t | rth |
| Regular trading hours flag. More... | |
| std::string | grid_order_type_up |
| Sell-side order type when depth is 0. More... | |
| std::string | grid_order_type_down |
| Buy-side order type when depth is 0. More... | |
Grid trading master-order changed message.
| std::string longbridge::trade::PushGridOrderChanged::current_base_price |
Current base price.
| std::string longbridge::trade::PushGridOrderChanged::grid_order_type_down |
Buy-side order type when depth is 0.
| std::string longbridge::trade::PushGridOrderChanged::grid_order_type_up |
Sell-side order type when depth is 0.
| std::string longbridge::trade::PushGridOrderChanged::lower_limit_price |
Lower price bound.
| std::string longbridge::trade::PushGridOrderChanged::order_id |
Grid master order ID.
| int32_t longbridge::trade::PushGridOrderChanged::rth |
Regular trading hours flag.
| std::string longbridge::trade::PushGridOrderChanged::settlement_currency |
Settlement currency.
| std::string longbridge::trade::PushGridOrderChanged::status |
Order status.
| std::string longbridge::trade::PushGridOrderChanged::submitted_base_price |
Submitted base price.
| std::string longbridge::trade::PushGridOrderChanged::suspend_reason |
Suspend reason, if any.
| std::string longbridge::trade::PushGridOrderChanged::symbol |
Security symbol (e.g. 700.HK)
| int32_t longbridge::trade::PushGridOrderChanged::time_in_force |
Time in force (0 = Day, 1 = GTC, 6 = GTD)
| int32_t longbridge::trade::PushGridOrderChanged::trigger_price_type |
Trigger price type.
| std::string longbridge::trade::PushGridOrderChanged::trigger_quantity |
Quantity per trigger.
| std::string longbridge::trade::PushGridOrderChanged::upper_limit_price |
Upper price bound.