pub struct ArchivedSymbolsResponseData{
pub product_type: Archived<String>,
pub product_id: Archived<u32>,
pub symbol: Archived<String>,
pub price_increment_x18: Archived<i128>,
pub size_increment: Archived<i128>,
pub min_size: Archived<i128>,
pub min_depth_x18: Archived<i128>,
pub max_spread_rate_x18: Archived<i128>,
pub maker_fee_rate_x18: Archived<i128>,
pub taker_fee_rate_x18: Archived<i128>,
pub long_weight_initial_x18: Archived<i128>,
pub long_weight_maintenance_x18: Archived<i128>,
}Expand description
An archived SymbolsResponseData
Fields§
§product_type: Archived<String>The archived counterpart of SymbolsResponseData::product_type
product_id: Archived<u32>The archived counterpart of SymbolsResponseData::product_id
symbol: Archived<String>The archived counterpart of SymbolsResponseData::symbol
price_increment_x18: Archived<i128>The archived counterpart of SymbolsResponseData::price_increment_x18
size_increment: Archived<i128>The archived counterpart of SymbolsResponseData::size_increment
min_size: Archived<i128>The archived counterpart of SymbolsResponseData::min_size
min_depth_x18: Archived<i128>The archived counterpart of SymbolsResponseData::min_depth_x18
max_spread_rate_x18: Archived<i128>The archived counterpart of SymbolsResponseData::max_spread_rate_x18
maker_fee_rate_x18: Archived<i128>The archived counterpart of SymbolsResponseData::maker_fee_rate_x18
taker_fee_rate_x18: Archived<i128>The archived counterpart of SymbolsResponseData::taker_fee_rate_x18
long_weight_initial_x18: Archived<i128>The archived counterpart of SymbolsResponseData::long_weight_initial_x18
long_weight_maintenance_x18: Archived<i128>The archived counterpart of SymbolsResponseData::long_weight_maintenance_x18