からダウンロードQuickFix.dll
しましたquickfixengine.org
名前空間に属するオブジェクトを宣言するとQuickFix::Fields
、対応する基本値(つまりOrdType
、の文字値、の文字列値OrderID
など)を取得できません。それらに関連付けられているプロパティがないため。
同じことを達成する他の方法はありますか?
コードは次のとおりです。
......
QuickField::Fields::OrdType ordType;
message.Get(OrdType);//message is a NewOrderSingle
//type object defined prevviously in the code
//Now i wish to get the value contained in "ordType" but it has no
//properties to access its data member(s)