export interface SubscribeLevel1Request {
  InstrumentId?: number; // The ID of the instrument being tracked
  Symbol?: string; // The symbol of the instrument (e.g., 'BTCUSD')
}
