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.

Tagged:

Best Answer

  • aidynchik_84
    aidynchik_84 Explorer
    Answer ✓

    OK, I found it.


    request0.Fields = "CF_BID";
    request0.Scope = Scope.List;