question

Upvotes
Accepted
42 4 4 6

How to get short response from TRKD

Hello!

I've downloaded TRKD C# samples and ran it. It's work great, but what can I do to receive only one field with value. For example I'm requesting "RUB=; BID", in Eikon I received only BID value, but here, in TRKD, I'm getting 100500+ fields I don't need.

rkd-apirkdfields
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.

1 Answer

· Write an Answer
Upvotes
Accepted
42 4 4 6

OK, I found it.

request0.Fields = "CF_BID";
request0.Scope = Scope.List;
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.

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.