export interface SubscribeLevel2Request {
    InstrumentId?: number;
    Symbol?: string;
    Depth: number;
}
