Exemplo n.º 1
0
        private void OnSymbolCategoryListResponse(ProtoOASymbolCategoryListRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOASymbolCategoryListRes>(e, clientMsgId);

            _symbolCategoryListResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 2
0
        private void OnAccountLogoutResponse(ProtoOAAccountLogoutRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAAccountLogoutRes>(e, clientMsgId);

            _accountLogoutResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 3
0
        private void OnVersionResponse(ProtoOAVersionRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAVersionRes>(e, clientMsgId);

            _versionResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 4
0
        private void OnCtidProfileResponse(ProtoOAGetCtidProfileByTokenRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAGetCtidProfileByTokenRes>(e, clientMsgId);

            _ctidProfileResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 5
0
        private void OnTraderResponse(ProtoOATraderRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOATraderRes>(e, clientMsgId);

            _traderResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 6
0
        private void OnUnsubscribeSpotsResponse(ProtoOAUnsubscribeSpotsRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAUnsubscribeSpotsRes>(e, clientMsgId);

            _unsubscribeSpotsResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 7
0
        private void OnTickDataResponse(ProtoOAGetTickDataRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAGetTickDataRes>(e, clientMsgId);

            _tickDataResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 8
0
        private void OnSubscribeDepthQuotesResponse(ProtoOASubscribeDepthQuotesRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOASubscribeDepthQuotesRes>(e, clientMsgId);

            _subscribeDepthQuotesResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 9
0
        private void OnExpectedMarginResponse(ProtoOAExpectedMarginRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAExpectedMarginRes>(e, clientMsgId);

            _expectedMarginResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 10
0
        private void OnAccountListResponse(ProtoOAGetAccountListByAccessTokenRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAGetAccountListByAccessTokenRes>(e, clientMsgId);

            _accountListResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 11
0
        private void OnCashFlowHistoryListResponse(ProtoOACashFlowHistoryListRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOACashFlowHistoryListRes>(e, clientMsgId);

            _cashFlowHistoryListResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 12
0
        private void OnAssetClassListResponse(ProtoOAAssetClassListRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAAssetClassListRes>(e, clientMsgId);

            _assetClassListResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 13
0
        private void OnDealListResponse(ProtoOADealListRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOADealListRes>(e, clientMsgId);

            _dealListResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 14
0
        private void OnRefreshTokenResponse(ProtoOARefreshTokenRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOARefreshTokenRes>(e, clientMsgId);

            _refreshTokenResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 15
0
        private void OnSymbolsForConversionResponse(ProtoOASymbolsForConversionRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOASymbolsForConversionRes>(e, clientMsgId);

            _symbolsForConversionResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 16
0
        private void OnMarginCallListResponse(ProtoOAMarginCallListRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAMarginCallListRes>(e, clientMsgId);

            _marginCallListResponseStream.OnNext(streamMessage);
        }
Exemplo n.º 17
0
        private void OnApplicationAuthResponse(ProtoOAApplicationAuthRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOAApplicationAuthRes>(e, clientMsgId);

            _applicationAuthResponseStream.OnNext(streamMessage);
        }