Example #1
0
        private void OnSymbolCategoryListResponse(ProtoOASymbolCategoryListRes e, string clientMsgId)
        {
            var streamMessage = new StreamMessage <ProtoOASymbolCategoryListRes>(e, clientMsgId);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            _applicationAuthResponseStream.OnNext(streamMessage);
        }