a.uuid AS "uuid",
a.party_id AS "partyId",
a.symbol AS "symbol",
a.order_no AS "orderNo",
a.direction AS "direction",
a.offset AS "offset",
a.volume AS "volume",
a.volume_open AS "volumeOpen",
a.lever_rate AS "leverRate",
a.price AS "price",
a.stop_price_profit AS "stopPriceProfit",
a.stop_price_loss AS "stopPriceLoss",
a.order_price_type AS "orderPriceType",
a.state AS "state",
a.unit_amount AS "unitAmount",
a.fee AS "fee",
a.deposit AS "deposit",
a.create_by AS "createBy",
a.create_time AS "createTime",
a.update_by AS "updateBy",
a.update_time AS "updateTime",
a.remarks AS "remarks",
a.del_flag AS "delFlag",
a.create_time_ts AS "createTimeTs",
a.update_time_ts AS "updateTimeTs"