Type Alias subscribeUnderlyingQuoteEstimateByProductQuoteObject
subscribeUnderlyingQuoteEstimateByProductQuoteObject:
| {
ask: null;
bid: number;
instrumentId: string;
productExchangeId: string;
underlyingSubscription?: string;
}
| {
ask: number;
bid: null;
instrumentId: string;
productExchangeId: string;
underlyingSubscription?: string;
}