export interface UnsubscribeLevel1Request {
  InstrumentId?: number; // The ID of the instrument
  Symbol?: string; // The symbol of the instrument (por ejemplo, 'BTCUSD')
}
