我有一个利用.NET代码契约的非常简单的类:
public class ContractSquareRoot
{
/// <summary>
/// Makes your life much easier by calling Math.Sqrt for you. Ain't that peachy.
/// </summary>
/// <param name="value">The value to calculate the square root from. No negatives!</
我从日志中获得了35=d消息,并提供了所有细节,同时通过java应用程序请求它,该应用程序正在使用quickfixj。在onMessage实现中,我试图获取组数据和单个字段的值,但是我的代码在getGroup()上失败了,并给出了未找到字段的错误。
quickfix.fix44.SecurityDefinition.NoUnderlyings group = new quickfix.fix44.SecurityDefinition.NoUnderlyings();
message.getGroup(count, group);
这个getGroup方法内部调用quickfixJ的getG