pub struct TradingParam {Show 29 fields
pub variety_id: String,
pub variety_name: String,
pub trading_margin_rate_speculation: String,
pub trading_margin_rate_hedging: String,
pub price_limit_existing_contract: String,
pub price_limit_new_contract: String,
pub price_limit_delivery_month: String,
pub trading_margin_rate_speculation_n: String,
pub trading_margin_rate_hedging_n: String,
pub settlement_margin_rate_hedging_n: String,
pub price_limit_n: String,
pub trading_margin_rate_n1: String,
pub settlement_margin_rate_hedging_n1: String,
pub price_limit_n1: String,
pub trading_margin_rate_n2: String,
pub price_limit_n2: String,
pub trading_limit: String,
pub spec_open_fee: String,
pub spec_offset_fee: String,
pub spec_short_open_fee: String,
pub spec_short_offset_fee: String,
pub hedge_open_fee: String,
pub hedge_offset_fee: String,
pub hedge_short_open_fee: String,
pub hedge_short_offset_fee: String,
pub fee_style: String,
pub fee_style_en: String,
pub delivery_fee: String,
pub max_hand: String,
}Expand description
Trading parameters for a variety.
Fields§
§variety_id: StringVariety ID.
variety_name: StringVariety name.
trading_margin_rate_speculation: StringTrading margin rate (speculation).
trading_margin_rate_hedging: StringTrading margin rate (hedging).
price_limit_existing_contract: StringPrice limit for existing contracts.
price_limit_new_contract: StringPrice limit for new contracts.
price_limit_delivery_month: StringPrice limit for delivery month.
trading_margin_rate_speculation_n: StringTrading margin rate (speculation) - Day N.
trading_margin_rate_hedging_n: StringTrading margin rate (hedging) - Day N.
settlement_margin_rate_hedging_n: StringSettlement margin rate (speculation/hedging) - Day N.
price_limit_n: StringPrice limit - Day N.
trading_margin_rate_n1: StringTrading margin rate (speculation/hedging) - Day N+1.
settlement_margin_rate_hedging_n1: StringSettlement margin rate (speculation/hedging) - Day N+1.
price_limit_n1: StringPrice limit - Day N+1.
trading_margin_rate_n2: StringTrading margin rate (speculation/hedging) - Day N+2.
price_limit_n2: StringPrice limit - Day N+2.
trading_limit: StringTrading limit.
spec_open_fee: StringSpeculative open fee.
spec_offset_fee: StringSpeculative offset fee.
spec_short_open_fee: StringSpeculative short open fee (intraday).
spec_short_offset_fee: StringSpeculative short offset fee (intraday).
hedge_open_fee: StringHedge open fee.
hedge_offset_fee: StringHedge offset fee.
hedge_short_open_fee: StringHedge short open fee (intraday).
hedge_short_offset_fee: StringHedge short offset fee (intraday).
fee_style: StringFee style.
fee_style_en: StringFee style (English).
delivery_fee: StringDelivery fee.
max_hand: StringMaximum hand (order size).
Trait Implementations§
Source§impl Clone for TradingParam
impl Clone for TradingParam
Source§fn clone(&self) -> TradingParam
fn clone(&self) -> TradingParam
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more