#[repr(u8)]pub enum ArchivedQueryResponseDatawhere
EngineStatus: Archive,
ContractsResponse: Archive,
FeeRatesResponse: Archive,
NoncesResponse: Archive,
LinkedSignerResponse: Archive,
SubaccountInfoResponse: Archive,
MarketPriceResponse: Archive,
MarketPricesResponse: Archive,
OrderResponse: Archive,
OrdersResponse: Archive,
ValidateOrderResponse: Archive,
SubaccountOrdersResponse: Archive,
MarketLiquidityResponse: Archive,
AllProductsResponse: Archive,
MaxOrderSizeResponse: Archive,
MaxWithdrawableResponse: Archive,
MaxLpMintableResponse: Archive,
HealthGroupsResponse: Archive,
InsuranceResponse: Archive,
VersionsResponse: Archive,
SymbolsResponse: Archive,
String: Archive,{
Show 22 variants
StatusResponse(Archived<EngineStatus>),
Contracts(Archived<ContractsResponse>),
FeeRates(Archived<FeeRatesResponse>),
Nonces(Archived<NoncesResponse>),
LinkedSigner(Archived<LinkedSignerResponse>),
SubaccountInfo(Archived<SubaccountInfoResponse>),
MarketPrice(Archived<MarketPriceResponse>),
MarketPrices(Archived<MarketPricesResponse>),
Order(Archived<OrderResponse>),
Orders(Archived<OrdersResponse>),
ValidateOrder(Archived<ValidateOrderResponse>),
SubaccountOrders(Archived<SubaccountOrdersResponse>),
MarketLiquidity(Archived<MarketLiquidityResponse>),
AllProducts(Archived<AllProductsResponse>),
MaxOrderSize(Archived<MaxOrderSizeResponse>),
MaxWithdrawable(Archived<MaxWithdrawableResponse>),
MaxLpMintable(Archived<MaxLpMintableResponse>),
HealthGroups(Archived<HealthGroupsResponse>),
Insurance(Archived<InsuranceResponse>),
Versions(Archived<VersionsResponse>),
Symbols(Archived<SymbolsResponse>),
Error(Archived<String>),
}Expand description
An archived QueryResponseData
Variants§
StatusResponse(Archived<EngineStatus>)
Tuple Fields
0: Archived<EngineStatus>The archived counterpart of QueryResponseData::StatusResponse::0
The archived counterpart of QueryResponseData::StatusResponse
Contracts(Archived<ContractsResponse>)
Tuple Fields
0: Archived<ContractsResponse>The archived counterpart of QueryResponseData::Contracts::0
The archived counterpart of QueryResponseData::Contracts
FeeRates(Archived<FeeRatesResponse>)
Tuple Fields
0: Archived<FeeRatesResponse>The archived counterpart of QueryResponseData::FeeRates::0
The archived counterpart of QueryResponseData::FeeRates
Nonces(Archived<NoncesResponse>)
Tuple Fields
0: Archived<NoncesResponse>The archived counterpart of QueryResponseData::Nonces::0
The archived counterpart of QueryResponseData::Nonces
LinkedSigner(Archived<LinkedSignerResponse>)
Tuple Fields
0: Archived<LinkedSignerResponse>The archived counterpart of QueryResponseData::LinkedSigner::0
The archived counterpart of QueryResponseData::LinkedSigner
SubaccountInfo(Archived<SubaccountInfoResponse>)
Tuple Fields
0: Archived<SubaccountInfoResponse>The archived counterpart of QueryResponseData::SubaccountInfo::0
The archived counterpart of QueryResponseData::SubaccountInfo
MarketPrice(Archived<MarketPriceResponse>)
Tuple Fields
0: Archived<MarketPriceResponse>The archived counterpart of QueryResponseData::MarketPrice::0
The archived counterpart of QueryResponseData::MarketPrice
MarketPrices(Archived<MarketPricesResponse>)
Tuple Fields
0: Archived<MarketPricesResponse>The archived counterpart of QueryResponseData::MarketPrices::0
The archived counterpart of QueryResponseData::MarketPrices
Order(Archived<OrderResponse>)
Tuple Fields
0: Archived<OrderResponse>The archived counterpart of QueryResponseData::Order::0
The archived counterpart of QueryResponseData::Order
Orders(Archived<OrdersResponse>)
Tuple Fields
0: Archived<OrdersResponse>The archived counterpart of QueryResponseData::Orders::0
The archived counterpart of QueryResponseData::Orders
ValidateOrder(Archived<ValidateOrderResponse>)
Tuple Fields
0: Archived<ValidateOrderResponse>The archived counterpart of QueryResponseData::ValidateOrder::0
The archived counterpart of QueryResponseData::ValidateOrder
SubaccountOrders(Archived<SubaccountOrdersResponse>)
Tuple Fields
0: Archived<SubaccountOrdersResponse>The archived counterpart of QueryResponseData::SubaccountOrders::0
The archived counterpart of QueryResponseData::SubaccountOrders
MarketLiquidity(Archived<MarketLiquidityResponse>)
Tuple Fields
0: Archived<MarketLiquidityResponse>The archived counterpart of QueryResponseData::MarketLiquidity::0
The archived counterpart of QueryResponseData::MarketLiquidity
AllProducts(Archived<AllProductsResponse>)
Tuple Fields
0: Archived<AllProductsResponse>The archived counterpart of QueryResponseData::AllProducts::0
The archived counterpart of QueryResponseData::AllProducts
MaxOrderSize(Archived<MaxOrderSizeResponse>)
Tuple Fields
0: Archived<MaxOrderSizeResponse>The archived counterpart of QueryResponseData::MaxOrderSize::0
The archived counterpart of QueryResponseData::MaxOrderSize
MaxWithdrawable(Archived<MaxWithdrawableResponse>)
Tuple Fields
0: Archived<MaxWithdrawableResponse>The archived counterpart of QueryResponseData::MaxWithdrawable::0
The archived counterpart of QueryResponseData::MaxWithdrawable
MaxLpMintable(Archived<MaxLpMintableResponse>)
Tuple Fields
0: Archived<MaxLpMintableResponse>The archived counterpart of QueryResponseData::MaxLpMintable::0
The archived counterpart of QueryResponseData::MaxLpMintable
HealthGroups(Archived<HealthGroupsResponse>)
Tuple Fields
0: Archived<HealthGroupsResponse>The archived counterpart of QueryResponseData::HealthGroups::0
The archived counterpart of QueryResponseData::HealthGroups
Insurance(Archived<InsuranceResponse>)
Tuple Fields
0: Archived<InsuranceResponse>The archived counterpart of QueryResponseData::Insurance::0
The archived counterpart of QueryResponseData::Insurance
Versions(Archived<VersionsResponse>)
Tuple Fields
0: Archived<VersionsResponse>The archived counterpart of QueryResponseData::Versions::0
The archived counterpart of QueryResponseData::Versions
Symbols(Archived<SymbolsResponse>)
Tuple Fields
0: Archived<SymbolsResponse>The archived counterpart of QueryResponseData::Symbols::0
The archived counterpart of QueryResponseData::Symbols
Error(Archived<String>)
Tuple Fields
0: Archived<String>The archived counterpart of QueryResponseData::Error::0
The archived counterpart of QueryResponseData::Error