コード例 #1
0
 private IList <QH_FutureCosts> GetAllFutureCosts(bool reLoad)
 {
     return(futureCostsObj.GetAll(reLoad));
 }
コード例 #2
0
 private IList <QH_FuturesTradeRules> GetAllFuturesTradeRules(bool reLoad)
 {
     return(futureTradeRulsObj.GetAll(reLoad));
 }
コード例 #3
0
 private IList <QH_ConsignInstructionType> GetAllConsionInstructionType(bool reLoad)
 {
     return(allConsionInstructionTypeObj.GetAll(reLoad));
 }
コード例 #4
0
 private IList <QH_ConsignQuantum> GetAllConsignQuantum(bool reLoad)
 {
     return(consignQuantumObj.GetAll(reLoad));
 }
コード例 #5
0
 private IList <QH_PositionLimitValue> GetAllQHPositionLimitValue(bool reLoad)
 {
     return(allQHPositionLimitValueObj.GetAll(reLoad));
 }
コード例 #6
0
 private IList <QH_CFPositionMonth> GetAllCFPostionMonth(bool reLoad)
 {
     return(allCFPostionMonthObj.GetAll(reLoad));
 }
コード例 #7
0
 private IList <QH_CFBailScaleValue> GetAllCFBailScaleValue(bool reLoad)
 {
     return(cFBailScaleValueObj.GetAll(reLoad));
 }
コード例 #8
0
 private IList <QH_LastTradingDayType> GetAllLastTradingDayType(bool reLoad)
 {
     return(lastTradingDayTypeObj.GetAll(reLoad));
 }
コード例 #9
0
 private IList <QH_SingleRequestQuantity> GetAllSingleRequestQuantity(bool reLoad)
 {
     return(singleRequestQuantityObj.GetAll(reLoad));
 }
コード例 #10
0
 private IList <QH_AgreementDeliveryMonth> GetAllAgreementDeliveryMonth(bool reLoad)
 {
     return(agreementDeliveryMonthObj.GetAll(reLoad));
 }
コード例 #11
0
 private IList <QH_SIFPosition> GetAllSIFPosition(bool reLoad)
 {
     return(sifPositionObj.GetAll(reLoad));
 }
コード例 #12
0
 private IList <QH_SIFBail> GetAllSIFBail(bool reLoad)
 {
     return(sifBailObj.GetAll(reLoad));
 }
コード例 #13
0
 private IList <QH_Month> GetAllMonth(bool reLoad)
 {
     return(monthObj.GetAll(reLoad));
 }
コード例 #14
0
 private IList <XH_SpotHighLowControlType> GetAllSpotHighLowControlType(bool reLoad)
 {
     return(spotHighLowControlTypeObj.GetAll(reLoad));
 }
コード例 #15
0
 private IList <QH_PositionBailType> GetAllPositionBailType(bool reLoad)
 {
     return(allPositionBailTypeObj.GetAll(reLoad));
 }
コード例 #16
0
 /// <summary>
 /// 获取港股_最小价格变动范围值实体
 /// </summary>
 /// <param name="reLoad"></param>
 /// <returns></returns>
 private IList <HK_MinPriceFieldRange> GetAllHKMinPriceFieldRange(bool reLoad)
 {
     return(minPriceFieldRangeObj.GetAll(reLoad));
 }
コード例 #17
0
 private IList <QH_HighLowStopScopeType> GetAllHighLowStopScopeType(bool reLoad)
 {
     return(highLowStopScopeTypeObj.GetAll(reLoad));
 }