Skip to content

Commit

Permalink
Added a new MDF_M_QUOTEEX message type.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsm committed May 10, 2022
1 parent 9d0569b commit 04a2736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Source/Millistream.Streaming/MessageClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public enum MessageClasses : uint
MDF_MC_MAPPINGS = 2097152,
MDF_MC_MBO = 4194304,
MDF_MC_GREEKS = 8388608,
MDF_MC_QUOTEBBO = 16777216
MDF_MC_QUOTEBBO = 16777216,
MDF_MC_QUOTEEX = 33554432
}
}
3 changes: 2 additions & 1 deletion Source/Millistream.Streaming/MessageReference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public enum MessageReference
MDF_M_MBOUPDATE = 40,
MDF_M_MBODELETE = 41,
MDF_M_GREEKS = 42,
MDF_M_QUOTEBBO = 43
MDF_M_QUOTEBBO = 43,
MDF_M_QUOTEEX = 44
}
}
3 changes: 2 additions & 1 deletion Source/Millistream.Streaming/RequestClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public enum RequestClass : uint
MDF_RC_MAPPINGS = 23,
MDF_RC_MBO = 24,
MDF_RC_GREEKS = 25,
MDF_RC_QUOTEBBO = 26
MDF_RC_QUOTEBBO = 26,
MDF_RC_QUOTEEX = 27
}
}

0 comments on commit 04a2736

Please sign in to comment.