Re: [Quickfix-developers] Re: empty tag
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-07-08 13:52:46
|
On 7/6/05, Alvin Wang <AW...@ff...> wrote: > I use the same code base to deal with multiple counterpaties. We want to > demoralize some fields and save them in our tables for future use. That > means I only need to retrieve the values and save to DB. So sometimes I d= o > not really care if it is Null or not for most of tags=20 Then use the FieldMap::isSetField method to check if the field is populated before trying to fetch it. --=20 Caleb Epstein caleb dot epstein at gmail dot com |