question

Upvotes
Accepted
1 1 1 2

FXALL Integration /w TCPI Java SDK or API - Help

Hey guys. Upon inquiring about trading FX I received the TCPI (Trading Center Provider Interface) - SDK Guide but to my surprise without any of the accompanying libraries nor the Java SDK toolkit itself.


Could somebody point me in the right direction as to where the class-libraries can be downloaded and are there examples to be found on Github or anywhere? I've done my fair share of Google searching already but I found absolutely nothing.


Also, how is this connected to "normal" Refinitiv APIs. Can I just connect by providing my account user:pass or is it with bearer token from https://api.refinitiv.com/auth/oauth2/v1/token for example.


Any help would be greatly appreciated because I feel like I am lost in a maze of APIs and services. My needs are the following:


- Need to send FX orders to mid-sized dealer / institution
- Need to stream live FX data from designated dealer / institution (
Where do I add the dealer code for my dealer?)


This is specified as a SendQuote() object that can be received as a stream of quotes where every SendQuote() in the java TCPI documentation just overwrites the other one.


- Need to do multiple RFQs to dealer for different people connected to our institution.

pythonrefinitiv-realtime#technologyema-api#productrfa-apiapirefinitiv-data-platformjavarefinitiv-realtime-sdkrefinitiv-dataplatform-librariesdeveloper-communitydevelopment
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
78.1k 246 52 72

@dakers

I got the response from the product team.

## Regular Internet SSL
com.fxallserver.tcci.host=ssl://tcci.fxall.com:443
##com.fxallserver.tcci.host=ssl://216.74.163.23:443
## Regular Internet HTTPS
com.fxallserver.tcci.host=https://tcci-https.fxall.com:443
##com.fxallserver.tcci.host=ssl://216.74.163.25:443
## Radianz
com.fxallserver.tcci.host=ssl://tcci.ra.fxall.com:443
##com.fxallserver.tcci.host=ssl://155.195.45.82:443

Please let me know if this helps.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 1 1 2

Finally have the files. Got them from the @refinitiv support @raksina.samasiri @Jirapongse


Thanks

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
1 1 1 2

@Jirapongse @raksina.samasiri

In the TCCI RFQ v2.1.3 SDK Documentation version 0.1 it is stated that FXALL provides the user with the URL to login in the following form:

<protocol>://<host>:<port>

The <host> and <port> parts of the URL will be provided to you by FXall.

I've tried all protocol types combined with all of the ports associated with the fxall java PIDs to no avail.

What is our hostname + port we need to connect to? is it localhost? or where? Within the FXAll application we have "amers3.fxtaggie.trading.thomsonreuters.net" which does not seem to work - plus some other FQNs.

Thanks in advance! You guys have been a huge help.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@dakers

I have forwarded your question to the FXALL team. We need to wait for their response. Sorry for this inconvenience.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.