示例#1
0
 public void BroadcastQuotation(iExchange.Common.Token token, iExchange.Common.OriginQuotation[] originQs, iExchange.Common.OverridedQuotation[] overridedQs)
 {
     if (SettingManager.Default.UserManagerPrice)
     {
         Logger.Info("receive quotation");
         var command = CommandFactory.CreateQuotationCommand(originQs, overridedQs);
         Broadcaster.Default.AddCommand(command);
     }
 }
示例#2
0
 public void ResetHit(iExchange.Common.Token token, Guid[] orderIDs)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public iExchange.Common.Manager.TransactionResult Execute(iExchange.Common.Token token, Guid tranID, string buyPrice, string sellPrice, string lot, Guid executedOrderID)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public iExchange.Common.TransactionError CancelPlace(iExchange.Common.Token token, Guid tranID)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public iExchange.Common.TransactionError RejectCancelLmtOrder(iExchange.Common.Token token, Guid tranID, Guid accountId)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public iExchange.Common.TransactionError Book(iExchange.Common.Token token, string xmlTran, bool preserveCalculation)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public List <iExchange.Common.Manager.AccountGroupGNP> GetGroupNetPosition(iExchange.Common.Token token, string permissionName, Guid[] accountIDs, Guid[] instrumentIDs, bool showActualQuantity, string[] blotterCodeSelecteds)
 {
     throw new NotImplementedException();
 }
示例#8
0
 public bool UpdatePolicyProcess(iExchange.Common.Token token, List <Dictionary <string, string> > customerFileValues, List <Dictionary <string, string> > salesFileValues)
 {
     throw new NotImplementedException();
 }
示例#9
0
 public void Update(iExchange.Common.Token token, string updateXml)
 {
     throw new NotImplementedException();
 }
示例#10
0
 public iExchange.Common.TransactionError Delete(iExchange.Common.Token token, Guid orderID, bool notifyByEmail, out System.Xml.XmlNode affectedOrders, out System.Xml.XmlNode xmlAccount)
 {
     throw new NotImplementedException();
 }
示例#11
0
 public bool ChangeSystemStatus(iExchange.Common.Token token, iExchange.Common.SystemStatus newStatus)
 {
     throw new NotImplementedException();
 }
示例#12
0
 public Guid[] VerifyTransactions(iExchange.Common.Token token, Guid[] tranIDs)
 {
     throw new NotImplementedException();
 }
示例#13
0
 public string GetAccounts(iExchange.Common.Token token, Guid[] accountIDs, bool includeTransactions)
 {
     throw new NotImplementedException();
 }
示例#14
0
 public List <iExchange.Common.Manager.OpenInterestSummary> GetOpenInterestOrderSummary(iExchange.Common.Token token, Guid accountId, iExchange.Common.AccountType accountType, Guid[] instrumentIDs, string[] blotterCodeSelecteds)
 {
     throw new NotImplementedException();
 }
示例#15
0
 public bool UpdateInstrument(iExchange.Common.Token token, iExchange.Common.Manager.ParameterUpdateTask parameterUpdateTask)
 {
     throw new NotImplementedException();
 }
示例#16
0
 public bool UpdateDealingPolicyDetail(iExchange.Common.Token token, List <Dictionary <string, string> > dealingPolicyDic, List <Dictionary <string, string> > instrumentDic)
 {
     throw new NotImplementedException();
 }
示例#17
0
 public void BroadcastQuotation(iExchange.Common.Token token, iExchange.Common.OriginQuotation[] originQs, iExchange.Common.OverridedQuotation[] overridedQs)
 {
     TransactoinServerProxy.Default.SetQuoation(overridedQs);
 }
示例#18
0
 public iExchange.Common.Manager.AccountInformation GetAcountInfo(iExchange.Common.Token token, Guid tranID)
 {
     throw new NotImplementedException();
 }
示例#19
0
 public void Answer(iExchange.Common.Token token, List <iExchange.Common.Manager.Answer> answerQutos)
 {
     throw new NotImplementedException();
 }
示例#20
0
 public List <iExchange.Common.Manager.OpenInterestSummary> GetOpenInterestInstrumentSummary(iExchange.Common.Token token, bool isGroupByOriginCode, string[] blotterCodeSelecteds)
 {
     throw new NotImplementedException();
 }
示例#21
0
 public iExchange.Common.TransactionError Cancel(iExchange.Common.Token token, Guid tranID, iExchange.Common.CancelReason cancelReason)
 {
     throw new NotImplementedException();
 }