Exemplo n.º 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);
     }
 }
Exemplo n.º 2
0
 public void ResetHit(iExchange.Common.Token token, Guid[] orderIDs)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 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();
 }
Exemplo n.º 4
0
 public iExchange.Common.TransactionError CancelPlace(iExchange.Common.Token token, Guid tranID)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public iExchange.Common.TransactionError RejectCancelLmtOrder(iExchange.Common.Token token, Guid tranID, Guid accountId)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public iExchange.Common.TransactionError Book(iExchange.Common.Token token, string xmlTran, bool preserveCalculation)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 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();
 }
Exemplo n.º 8
0
 public bool UpdatePolicyProcess(iExchange.Common.Token token, List <Dictionary <string, string> > customerFileValues, List <Dictionary <string, string> > salesFileValues)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public void Update(iExchange.Common.Token token, string updateXml)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 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();
 }
Exemplo n.º 11
0
 public bool ChangeSystemStatus(iExchange.Common.Token token, iExchange.Common.SystemStatus newStatus)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public Guid[] VerifyTransactions(iExchange.Common.Token token, Guid[] tranIDs)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public string GetAccounts(iExchange.Common.Token token, Guid[] accountIDs, bool includeTransactions)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 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();
 }
Exemplo n.º 15
0
 public bool UpdateInstrument(iExchange.Common.Token token, iExchange.Common.Manager.ParameterUpdateTask parameterUpdateTask)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 16
0
 public bool UpdateDealingPolicyDetail(iExchange.Common.Token token, List <Dictionary <string, string> > dealingPolicyDic, List <Dictionary <string, string> > instrumentDic)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 17
0
 public void BroadcastQuotation(iExchange.Common.Token token, iExchange.Common.OriginQuotation[] originQs, iExchange.Common.OverridedQuotation[] overridedQs)
 {
     TransactoinServerProxy.Default.SetQuoation(overridedQs);
 }
Exemplo n.º 18
0
 public iExchange.Common.Manager.AccountInformation GetAcountInfo(iExchange.Common.Token token, Guid tranID)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 19
0
 public void Answer(iExchange.Common.Token token, List <iExchange.Common.Manager.Answer> answerQutos)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 20
0
 public List <iExchange.Common.Manager.OpenInterestSummary> GetOpenInterestInstrumentSummary(iExchange.Common.Token token, bool isGroupByOriginCode, string[] blotterCodeSelecteds)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 21
0
 public iExchange.Common.TransactionError Cancel(iExchange.Common.Token token, Guid tranID, iExchange.Common.CancelReason cancelReason)
 {
     throw new NotImplementedException();
 }