UNPKG

notbank

Version:
5 lines (4 loc) 183 B
export interface SubscribeTradesRequest { InstrumentId: number; // ID of the instrument (required) IncludeLastCount: number; // Number of previous trades to retrieve (required) }