export interface GetAccountInstrumentStatisticsRequest {
  AccountId: number;
}
