/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403OrderCurrency2NotFound = { /** * trade.currency2AccountId.not.exists */ errorCode: string; /** * Unable to find currency2 account ${trade.currency2AccountId}. */ message: string; /** * 403 */ statusCode: number; }