| | |
| | | FebsResponse orderSell(ApiOrderSellInfoDto apiOrderSellInfoDto); |
| | | |
| | | FebsResponse orderBuy(ApiOrderBuyInfoDto apiOrderBuyInfoDto); |
| | | |
| | | FebsResponse orderBuyInsure(ApiOrderBuyInsureDto apiOrderBuyInsureDto); |
| | | |
| | | FebsResponse orderSellInsure(ApiOrderSellInsureDto apiOrderSellInsureDto); |
| | | |
| | | FebsResponse orderBuyList(ApiOrderBuyDto apiOrderBuyDto); |
| | | |
| | | Boolean operationPermissionMemberFrozen(Long memberId); |
| | | |
| | | FebsResponse orderSellComplain(ApiOrderSellComplainDto apiOrderSellComplainDto); |
| | | |
| | | FebsResponse orderRecordList(ApiOrderRecordListDto apiOrderListDto); |
| | | |
| | | FebsResponse orderSellRecord(ApiOrderSellInfoDto apiOrderSellInfoDto); |
| | | |
| | | FebsResponse orderBuyRecord(ApiOrderBuyInfoDto apiOrderBuyInfoDto); |
| | | |
| | | FebsResponse transGfd(ApiTransGfdDto transGfdDto); |
| | | |
| | | FebsResponse gfdTrans(ApiGfdTransDto transGfdDto); |
| | | } |