EMSX Bloomberg problem with connection

조회 수: 6 (최근 30일)
dmitriy
dmitriy 2014년 5월 15일
댓글: dmitriy 2014년 5월 15일
hello try to connect to BLOOMBERG EMSX using
c = emsx('//blp/emapisvc')
function return this arguments: c =
emsx with properties:
Session: [1x1 com.bloomberglp.blpapi.Session]
Service: [1x1 com.bloomberglp.blpapi.impl.bc]
Ipaddress: 'localhost'
Port: 8194
then try to use this function
>> orders(c,{'EMSX_BROKER','EMSX_AMOUNT','EMSX_FILLED'})
ans =
[]
then try to use this function >> orders(c,{'EMSX_BROKER','EMSX_AMOUNT','EMSX_FILLED'},'useDefaultEventHandler',false) >> processEvent(c) SubscriptionFailure = {
reason = {
source = ""
errorCode = -1
category = "-1"
description = "Could not find user's EMSX instance"
subcategory =
}
failureDetails[] = {
}
}
here i see fail to connect to emsx.. where the problem??
  댓글 수: 1
dmitriy
dmitriy 2014년 5월 15일
>> orders(c,{'EMSX_BROKER','EMSX_AMOUNT','EMSX_FILLED'},'useDefaultEventHandler',false) >> processEvent(c) SubscriptionFailure = {
reason = {
source = ""
errorCode = -5
category = "-5"
description = "User is not enabled for EMSX API"
subcategory =
}
failureDetails[] = {
}
}

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Bloomberg EMSX에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by