export interface GetOpenTradeReportsRequest {
    AccountId: number;
}
