UNPKG

@exchange-connect/coinex

Version:
22 lines (21 loc) 1.2 kB
export * from "./AmountTooSmallError"; export * from "./AskOrBidOutOfRangeError"; export * from "./DelegatedAndIndexPriceDeviationIsOutOfRangeLimitError"; export * from "./DelegatedAndTriggerPriceDeviationIsOutOfRangeLimitError"; export * from "./ExecutionAndIndexPriceDeviationIsOutOfRangeLimitError"; export * from "./LimitPriceHigherThanLiquidationPriceError"; export * from "./LimitPriceLowerThanLiquidationPriceError"; export * from "./LimitPriceOverLiquidationPriceError"; export * from "./MarginIsLessThanInitialError"; export * from "./OrderPriceDeviationError"; export * from "./RangeLimitError"; export * from "./StopLossOrTakeProfitEqualsToIndexPrice"; export * from "./StopLossOrTakeProfitEqualsToMarkPrice"; export * from "./StopLossPriceHigherThanCurrentPriceError"; export * from "./StopLossPriceHigherThanForcedLiquidationError"; export * from "./StopLossPriceLowerThanCurrentPriceError"; export * from "./StopLossPriceLowerThanForcedLiquidationError"; export * from "./StopOrderAmountLimitExceededError"; export * from "./TakeProfitPriceHigherThanCurrentPriceError"; export * from "./TakeProfitPriceLowerThanCurrentPriceError"; export * from "./TargetPriceIsEqualToDealPriceError";