Пример #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();
 }