LongPort OpenAPI C++ SDK
|
Options for estimate maximum purchase quantity. More...
#include <types.hpp>
Public Attributes | |
std::string | symbol |
Security code. More... | |
OrderType | order_type |
Order type. More... | |
OrderSide | side |
Order side. More... | |
std::optional< Decimal > | price |
Estimated order price. More... | |
std::optional< std::string > | currency |
Settlement currency. More... | |
std::optional< std::string > | order_id |
bool | fractional_shares |
Get the maximum fractional share buying power. More... | |
Options for estimate maximum purchase quantity.
std::optional<std::string> longport::trade::EstimateMaxPurchaseQuantityOptions::currency |
Settlement currency.
bool longport::trade::EstimateMaxPurchaseQuantityOptions::fractional_shares |
Get the maximum fractional share buying power.
std::optional<std::string> longport::trade::EstimateMaxPurchaseQuantityOptions::order_id |
Order ID, required when estimating the maximum purchase quantity for a modified order
std::optional<Decimal> longport::trade::EstimateMaxPurchaseQuantityOptions::price |
Estimated order price.
std::string longport::trade::EstimateMaxPurchaseQuantityOptions::symbol |
Security code.