Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion DDTool/DDTool/Generators/GenMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private static List<string> GenerateSingleGroup(DDGroup group, int indentSpaces)
"{",
$" public static int[] DefaultFieldOrder = [{string.Join(", ", fieldOrderStrings)}];",
"",
" [Obsolete(\"Use DefaultFieldOrder instead. This will be removed in a future release.\")]",
" [Obsolete(\"Use DefaultFieldOrder instead. This will be removed in 1.16.\")]",
$" public static int[] fieldOrder = {{{string.Join(", ", fieldOrderStrings)}}};",
"",
$" public {group.Name}Group()",
Expand Down
4 changes: 0 additions & 4 deletions DDTool/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions Messages/FIX40/Allocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public class NoOrdersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ClOrdID, Tags.OrderID, Tags.ListID, Tags.WaveNo, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ClOrdID, Tags.OrderID, Tags.ListID, Tags.WaveNo, 0};

public NoOrdersGroup()
Expand Down Expand Up @@ -553,7 +553,7 @@ public class NoExecsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ExecID, Tags.LastShares, Tags.LastPx, Tags.LastMkt, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ExecID, Tags.LastShares, Tags.LastPx, Tags.LastMkt, 0};

public NoExecsGroup()
Expand Down Expand Up @@ -637,7 +637,7 @@ public class NoMiscFeesGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0};

public NoMiscFeesGroup()
Expand Down Expand Up @@ -705,7 +705,7 @@ public class NoAllocsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.AllocAccount, Tags.AllocShares, Tags.ProcessCode, Tags.ExecBroker, Tags.ClientID, Tags.Commission, Tags.CommType, Tags.NoDlvyInst, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.AllocAccount, Tags.AllocShares, Tags.ProcessCode, Tags.ExecBroker, Tags.ClientID, Tags.Commission, Tags.CommType, Tags.NoDlvyInst, 0};

public NoAllocsGroup()
Expand Down Expand Up @@ -852,7 +852,7 @@ public class NoDlvyInstGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.BrokerOfCredit, Tags.DlvyInst, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.BrokerOfCredit, Tags.DlvyInst, 0};

public NoDlvyInstGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX40/Email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class LinesOfTextGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.Text, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.Text, 0};

public LinesOfTextGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX40/ExecutionReport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ public class NoMiscFeesGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0};

public NoMiscFeesGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX40/ListStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public class NoOrdersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ClOrdID, Tags.CumQty, Tags.CxlQty, Tags.AvgPx, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ClOrdID, Tags.CumQty, Tags.CxlQty, Tags.AvgPx, 0};

public NoOrdersGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX40/News.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class LinesOfTextGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.Text, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.Text, 0};

public LinesOfTextGroup()
Expand Down
8 changes: 4 additions & 4 deletions Messages/FIX41/Allocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ public class NoOrdersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ClOrdID, Tags.OrderID, Tags.SecondaryOrderID, Tags.ListID, Tags.WaveNo, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ClOrdID, Tags.OrderID, Tags.SecondaryOrderID, Tags.ListID, Tags.WaveNo, 0};

public NoOrdersGroup()
Expand Down Expand Up @@ -713,7 +713,7 @@ public class NoExecsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.LastShares, Tags.ExecID, Tags.LastPx, Tags.LastCapacity, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.LastShares, Tags.ExecID, Tags.LastPx, Tags.LastCapacity, 0};

public NoExecsGroup()
Expand Down Expand Up @@ -797,7 +797,7 @@ public class NoAllocsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.AllocAccount, Tags.AllocShares, Tags.ProcessCode, Tags.BrokerOfCredit, Tags.NotifyBrokerOfCredit, Tags.AllocHandlInst, Tags.AllocText, Tags.ExecBroker, Tags.ClientID, Tags.Commission, Tags.CommType, Tags.AllocAvgPx, Tags.AllocNetMoney, Tags.SettlCurrAmt, Tags.SettlCurrency, Tags.SettlCurrFxRate, Tags.SettlCurrFxRateCalc, Tags.AccruedInterestAmt, Tags.SettlInstMode, Tags.NoMiscFees, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.AllocAccount, Tags.AllocShares, Tags.ProcessCode, Tags.BrokerOfCredit, Tags.NotifyBrokerOfCredit, Tags.AllocHandlInst, Tags.AllocText, Tags.ExecBroker, Tags.ClientID, Tags.Commission, Tags.CommType, Tags.AllocAvgPx, Tags.AllocNetMoney, Tags.SettlCurrAmt, Tags.SettlCurrency, Tags.SettlCurrFxRate, Tags.SettlCurrFxRateCalc, Tags.AccruedInterestAmt, Tags.SettlInstMode, Tags.NoMiscFees, 0};

public NoAllocsGroup()
Expand Down Expand Up @@ -1136,7 +1136,7 @@ public class NoMiscFeesGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0};

public NoMiscFeesGroup()
Expand Down
4 changes: 2 additions & 2 deletions Messages/FIX41/Email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public class NoRelatedSymGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.RelatdSym, Tags.SymbolSfx, Tags.SecurityID, Tags.IDSource, Tags.SecurityType, Tags.MaturityMonthYear, Tags.MaturityDay, Tags.PutOrCall, Tags.StrikePrice, Tags.OptAttribute, Tags.SecurityExchange, Tags.Issuer, Tags.SecurityDesc, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.RelatdSym, Tags.SymbolSfx, Tags.SecurityID, Tags.IDSource, Tags.SecurityType, Tags.MaturityMonthYear, Tags.MaturityDay, Tags.PutOrCall, Tags.StrikePrice, Tags.OptAttribute, Tags.SecurityExchange, Tags.Issuer, Tags.SecurityDesc, 0};

public NoRelatedSymGroup()
Expand Down Expand Up @@ -417,7 +417,7 @@ public class LinesOfTextGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.Text, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.Text, 0};

public LinesOfTextGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX41/IndicationofInterest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ public class NoIOIQualifiersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.IOIQualifier, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.IOIQualifier, 0};

public NoIOIQualifiersGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX41/ListStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public class NoOrdersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ClOrdID, Tags.CumQty, Tags.LeavesQty, Tags.CxlQty, Tags.AvgPx, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ClOrdID, Tags.CumQty, Tags.LeavesQty, Tags.CxlQty, Tags.AvgPx, 0};

public NoOrdersGroup()
Expand Down
4 changes: 2 additions & 2 deletions Messages/FIX41/News.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class NoRelatedSymGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.RelatdSym, Tags.SymbolSfx, Tags.SecurityID, Tags.IDSource, Tags.SecurityType, Tags.MaturityMonthYear, Tags.MaturityDay, Tags.PutOrCall, Tags.StrikePrice, Tags.OptAttribute, Tags.SecurityExchange, Tags.Issuer, Tags.SecurityDesc, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.RelatdSym, Tags.SymbolSfx, Tags.SecurityID, Tags.IDSource, Tags.SecurityType, Tags.MaturityMonthYear, Tags.MaturityDay, Tags.PutOrCall, Tags.StrikePrice, Tags.OptAttribute, Tags.SecurityExchange, Tags.Issuer, Tags.SecurityDesc, 0};

public NoRelatedSymGroup()
Expand Down Expand Up @@ -381,7 +381,7 @@ public class LinesOfTextGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.Text, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.Text, 0};

public LinesOfTextGroup()
Expand Down
8 changes: 4 additions & 4 deletions Messages/FIX42/Allocation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ public class NoOrdersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ClOrdID, Tags.OrderID, Tags.SecondaryOrderID, Tags.ListID, Tags.WaveNo, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ClOrdID, Tags.OrderID, Tags.SecondaryOrderID, Tags.ListID, Tags.WaveNo, 0};

public NoOrdersGroup()
Expand Down Expand Up @@ -873,7 +873,7 @@ public class NoExecsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.LastShares, Tags.ExecID, Tags.LastPx, Tags.LastCapacity, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.LastShares, Tags.ExecID, Tags.LastPx, Tags.LastCapacity, 0};

public NoExecsGroup()
Expand Down Expand Up @@ -957,7 +957,7 @@ public class NoAllocsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.AllocAccount, Tags.AllocPrice, Tags.AllocShares, Tags.ProcessCode, Tags.BrokerOfCredit, Tags.NotifyBrokerOfCredit, Tags.AllocHandlInst, Tags.AllocText, Tags.EncodedAllocTextLen, Tags.EncodedAllocText, Tags.ExecBroker, Tags.ClientID, Tags.Commission, Tags.CommType, Tags.AllocAvgPx, Tags.AllocNetMoney, Tags.SettlCurrAmt, Tags.SettlCurrency, Tags.SettlCurrFxRate, Tags.SettlCurrFxRateCalc, Tags.AccruedInterestAmt, Tags.SettlInstMode, Tags.NoMiscFees, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.AllocAccount, Tags.AllocPrice, Tags.AllocShares, Tags.ProcessCode, Tags.BrokerOfCredit, Tags.NotifyBrokerOfCredit, Tags.AllocHandlInst, Tags.AllocText, Tags.EncodedAllocTextLen, Tags.EncodedAllocText, Tags.ExecBroker, Tags.ClientID, Tags.Commission, Tags.CommType, Tags.AllocAvgPx, Tags.AllocNetMoney, Tags.SettlCurrAmt, Tags.SettlCurrency, Tags.SettlCurrFxRate, Tags.SettlCurrFxRateCalc, Tags.AccruedInterestAmt, Tags.SettlInstMode, Tags.NoMiscFees, 0};

public NoAllocsGroup()
Expand Down Expand Up @@ -1344,7 +1344,7 @@ public class NoMiscFeesGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.MiscFeeAmt, Tags.MiscFeeCurr, Tags.MiscFeeType, 0};

public NoMiscFeesGroup()
Expand Down
4 changes: 2 additions & 2 deletions Messages/FIX42/BidRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public class NoBidDescriptorsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.BidDescriptorType, Tags.BidDescriptor, Tags.SideValueInd, Tags.LiquidityValue, Tags.LiquidityNumSecurities, Tags.LiquidityPctLow, Tags.LiquidityPctHigh, Tags.EFPTrackingError, Tags.FairValue, Tags.OutsideIndexPct, Tags.ValueOfFutures, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.BidDescriptorType, Tags.BidDescriptor, Tags.SideValueInd, Tags.LiquidityValue, Tags.LiquidityNumSecurities, Tags.LiquidityPctLow, Tags.LiquidityPctHigh, Tags.EFPTrackingError, Tags.FairValue, Tags.OutsideIndexPct, Tags.ValueOfFutures, 0};

public NoBidDescriptorsGroup()
Expand Down Expand Up @@ -695,7 +695,7 @@ public class NoBidComponentsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ListID, Tags.Side, Tags.TradingSessionID, Tags.NetGrossInd, Tags.SettlmntTyp, Tags.FutSettDate, Tags.Account, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ListID, Tags.Side, Tags.TradingSessionID, Tags.NetGrossInd, Tags.SettlmntTyp, Tags.FutSettDate, Tags.Account, 0};

public NoBidComponentsGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX42/BidResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class NoBidComponentsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.Commission, Tags.CommType, Tags.ListID, Tags.Country, Tags.Side, Tags.Price, Tags.PriceType, Tags.FairValue, Tags.NetGrossInd, Tags.SettlmntTyp, Tags.FutSettDate, Tags.TradingSessionID, Tags.Text, Tags.EncodedTextLen, Tags.EncodedText, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.Commission, Tags.CommType, Tags.ListID, Tags.Country, Tags.Side, Tags.Price, Tags.PriceType, Tags.FairValue, Tags.NetGrossInd, Tags.SettlmntTyp, Tags.FutSettDate, Tags.TradingSessionID, Tags.Text, Tags.EncodedTextLen, Tags.EncodedText, 0};

public NoBidComponentsGroup()
Expand Down
6 changes: 3 additions & 3 deletions Messages/FIX42/Email.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public class NoRoutingIDsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.RoutingType, Tags.RoutingID, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.RoutingType, Tags.RoutingID, 0};

public NoRoutingIDsGroup()
Expand Down Expand Up @@ -289,7 +289,7 @@ public class NoRelatedSymGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.RelatdSym, Tags.SymbolSfx, Tags.SecurityID, Tags.IDSource, Tags.SecurityType, Tags.MaturityMonthYear, Tags.MaturityDay, Tags.PutOrCall, Tags.StrikePrice, Tags.OptAttribute, Tags.ContractMultiplier, Tags.CouponRate, Tags.SecurityExchange, Tags.Issuer, Tags.EncodedIssuerLen, Tags.EncodedIssuer, Tags.SecurityDesc, Tags.EncodedSecurityDescLen, Tags.EncodedSecurityDesc, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.RelatdSym, Tags.SymbolSfx, Tags.SecurityID, Tags.IDSource, Tags.SecurityType, Tags.MaturityMonthYear, Tags.MaturityDay, Tags.PutOrCall, Tags.StrikePrice, Tags.OptAttribute, Tags.ContractMultiplier, Tags.CouponRate, Tags.SecurityExchange, Tags.Issuer, Tags.EncodedIssuerLen, Tags.EncodedIssuer, Tags.SecurityDesc, Tags.EncodedSecurityDescLen, Tags.EncodedSecurityDesc, 0};

public NoRelatedSymGroup()
Expand Down Expand Up @@ -613,7 +613,7 @@ public class LinesOfTextGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.Text, Tags.EncodedTextLen, Tags.EncodedText, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.Text, Tags.EncodedTextLen, Tags.EncodedText, 0};

public LinesOfTextGroup()
Expand Down
2 changes: 1 addition & 1 deletion Messages/FIX42/ExecutionReport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ public class NoContraBrokersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.ContraBroker, Tags.ContraTrader, Tags.ContraTradeQty, Tags.ContraTradeTime, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.ContraBroker, Tags.ContraTrader, Tags.ContraTradeQty, Tags.ContraTradeTime, 0};

public NoContraBrokersGroup()
Expand Down
4 changes: 2 additions & 2 deletions Messages/FIX42/IndicationofInterest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ public class NoIOIQualifiersGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.IOIQualifier, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.IOIQualifier, 0};

public NoIOIQualifiersGroup()
Expand Down Expand Up @@ -677,7 +677,7 @@ public class NoRoutingIDsGroup : Group
{
public static int[] DefaultFieldOrder = [Tags.RoutingType, Tags.RoutingID, 0];

[Obsolete("Use DefaultFieldOrder instead. This will be removed in a future release.")]
[Obsolete("Use DefaultFieldOrder instead. This will be removed in 1.16.")]
public static int[] fieldOrder = {Tags.RoutingType, Tags.RoutingID, 0};

public NoRoutingIDsGroup()
Expand Down
Loading
Loading