#[repr(C)]pub struct ProductField {Show 20 fields
pub is_null: bool,
pub ProductName: String,
pub ExchangeID: String,
pub ProductClass: u8,
pub VolumeMultiple: i32,
pub PriceTick: f64,
pub MaxMarketOrderVolume: i32,
pub MinMarketOrderVolume: i32,
pub MaxLimitOrderVolume: i32,
pub MinLimitOrderVolume: i32,
pub PositionType: u8,
pub PositionDateType: u8,
pub CloseDealType: u8,
pub TradeCurrencyID: String,
pub MortgageFundUseRange: u8,
pub UnderlyingMultiple: f64,
pub ProductID: String,
pub ExchangeProductID: String,
pub OpenLimitControlLevel: u8,
pub OrderFreqControlLevel: u8,
}
Fields§
§is_null: bool
§ProductName: String
§ExchangeID: String
§ProductClass: u8
§VolumeMultiple: i32
§PriceTick: f64
§MaxMarketOrderVolume: i32
§MinMarketOrderVolume: i32
§MaxLimitOrderVolume: i32
§MinLimitOrderVolume: i32
§PositionType: u8
§PositionDateType: u8
§CloseDealType: u8
§TradeCurrencyID: String
§MortgageFundUseRange: u8
§UnderlyingMultiple: f64
§ProductID: String
§ExchangeProductID: String
§OpenLimitControlLevel: u8
§OrderFreqControlLevel: u8
Trait Implementations§
Source§impl Clone for ProductField
impl Clone for ProductField
Source§impl Debug for ProductField
impl Debug for ProductField
Source§impl Default for ProductField
impl Default for ProductField
Source§impl ExternType for ProductField
impl ExternType for ProductField
Auto Trait Implementations§
impl Freeze for ProductField
impl RefUnwindSafe for ProductField
impl Send for ProductField
impl Sync for ProductField
impl Unpin for ProductField
impl UnwindSafe for ProductField
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more