[Quickfix-developers] Missing FieldMap.get/set/removeField in .NET ?
Brought to you by:
orenmnero
From: <ant...@sm...> - 2003-10-22 13:15:30
|
Hello, I would like to use the following members in Message/Group (FieldMap) = with the .NET dll. (with C#) void FieldMap::setField (int field, const std::string value)=20 std::string FieldMap::getField (int field) const throw ( = FieldNotFound& )=20 void removeField (int field)=20 bool hasGroup (int field) const=20 int groupCount (int field) const=20 I cannot find them with the XML completion and my code does not compile. = How can I use these members? Best Regards, Anton Varn=E4s |