Create an LBMTopic object (useable for an LBM receiver)
for given topic name and attributes.
Topic strings should be limited in length to 246 characters (not including
the final null).

C# |
public LBMTopic lookupTopic( string symbol, LBMReceiverAttributes lbmrattr )

- symbol (String)
- Topic name string
- lbmrattr (LBMReceiverAttributes)
- lbmrattr LBMReceiverAttributes object

LBMTopic object for specified topic name and attributes

Warning: It is not safe to call this method from a context thread callback.