LongPort OpenAPI C SDK
|
#include <longport.h>
Data Fields | |
const char * | order_id |
const struct lb_decimal_t * | quantity |
const struct lb_decimal_t * | price |
const struct lb_decimal_t * | trigger_price |
const struct lb_decimal_t * | limit_offset |
const struct lb_decimal_t * | trailing_amount |
const struct lb_decimal_t * | trailing_percent |
const char * | remark |
Options for replace order request
const struct lb_decimal_t* limit_offset |
Limit offset (can be null)
const char* order_id |
Order ID
const struct lb_decimal_t* price |
Price (can be null)
const struct lb_decimal_t* quantity |
Quantity
const char* remark |
Remark (can be null)
const struct lb_decimal_t* trailing_amount |
Trailing amount (can be null)
const struct lb_decimal_t* trailing_percent |
Trailing percent (can be null)
const struct lb_decimal_t* trigger_price |
Trigger price (can be null)