Beispiel #1
0
 public ClientRegistrationServiceBusPublisher(MyServiceBusTcpClient client)
 {
     _client = client;
     _client.CreateTopicIfNotExists(TopicNames.ClientRegistration);
 }
 public BidAskMyServiceBusPublisher(MyServiceBusTcpClient client)
 {
     _client = client;
     _client.CreateTopicIfNotExists(TopicNames.BidAsk);
 }
 public TradeVolumeServiceBusPublisher(MyServiceBusTcpClient client)
 {
     _client = client;
     _client.CreateTopicIfNotExists(TopicNames.PriceTradeVolume);
 }