forked from connamara/quickfixn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bcae0c
commit c66f8e6
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
| ||
namespace QuickFix | ||
{ | ||
public class Values | ||
{ | ||
public const string BeginString_FIXT11 = "FIXT.1.1"; | ||
public const string BeginString_FIX50 = "FIX.5.0"; | ||
public const string BeginString_FIX44 = "FIX.4.4"; | ||
public const string BeginString_FIX43 = "FIX.4.3"; | ||
public const string BeginString_FIX42 = "FIX.4.2"; | ||
public const string BeginString_FIX41 = "FIX.4.1"; | ||
public const string BeginString_FIX40 = "FIX.4.0"; | ||
} | ||
} | ||
| ||
namespace QuickFix | ||
{ | ||
public class Values | ||
{ | ||
public const string BeginString_FIXT11 = "FIXT.1.1"; | ||
public const string BeginString_FIX50 = "FIX.5.0"; | ||
public const string BeginString_FIX44 = "FIX.4.4"; | ||
public const string BeginString_FIX43 = "FIX.4.3"; | ||
public const string BeginString_FIX42 = "FIX.4.2"; | ||
public const string BeginString_FIX41 = "FIX.4.1"; | ||
public const string BeginString_FIX40 = "FIX.4.0"; | ||
} | ||
} |