We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe1fbb commit 2b3550dCopy full SHA for 2b3550d
1 file changed
include/databento/enums.hpp
@@ -555,7 +555,7 @@ namespace trading_event {
555
enum TradingEvent : std::uint16_t {
556
// No additional information given.
557
None = 0,
558
- // Order entry and modification are not allowed.
+ // Order entry is allowed. Modification and cancellation are not allowed.
559
NoCancel = 1,
560
// A change of trading session occurred. Daily statistics are reset.
561
ChangeTradingSession = 2,
0 commit comments