Const ORDER_FRAGMENT
ORDER_FRAGMENT: any = gql`fragment orderFields on Order {amount {...currencyAmountFields}amountRemaining {...currencyAmountFields}buyOrSellcancelAtcancellationPolicyidlimitPrice {...currencyPriceFields}market {...marketFields}placedAtstatusstopPrice {...currencyPriceFields}type}${CURRENCY_PRICE_FRAGMENT}${CURRENCY_AMOUNT_FRAGMENT}${MARKET_FRAGMENT}`