LongPort OpenAPI C SDK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
lb_replace_order_options_t Struct Reference

#include <longport.h>

Data Fields

const char * order_id
 
const struct lb_decimal_tquantity
 
const struct lb_decimal_tprice
 
const struct lb_decimal_ttrigger_price
 
const struct lb_decimal_tlimit_offset
 
const struct lb_decimal_ttrailing_amount
 
const struct lb_decimal_ttrailing_percent
 
const char * remark
 

Detailed Description

Options for replace order request

Field Documentation

◆ limit_offset

const struct lb_decimal_t* limit_offset

Limit offset (can be null)

◆ order_id

const char* order_id

Order ID

◆ price

const struct lb_decimal_t* price

Price (can be null)

◆ quantity

const struct lb_decimal_t* quantity

Quantity

◆ remark

const char* remark

Remark (can be null)

◆ trailing_amount

const struct lb_decimal_t* trailing_amount

Trailing amount (can be null)

◆ trailing_percent

const struct lb_decimal_t* trailing_percent

Trailing percent (can be null)

◆ trigger_price

const struct lb_decimal_t* trigger_price

Trigger price (can be null)


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