public OrdersViewModel() { InitialiseViewModel(); _orders = new ObservableCollection <IgPublicApiData.OrderModel>(); WireCommands(); // Initialise LS subscriptions _l1OrderPricesSubscription = new L1OrderPricesSubscription(this); // initialise the LS SubscriptionTableKeys _orderPricesSubscriptionTableKey = new SubscribedTableKey(); // initialise to null _orderPricesSubscriptionTableKey = null; }
public OrdersViewModel() { InitialiseViewModel(); _orders = new ObservableCollection<IgPublicApiData.OrderModel>(); WireCommands(); // Initialise LS subscriptions _l1OrderPricesSubscription = new L1OrderPricesSubscription(this); // initialise the LS SubscriptionTableKeys _orderPricesSubscriptionTableKey = new SubscribedTableKey(); // initialise to null _orderPricesSubscriptionTableKey = null; }