Skip to content

Commit 2b3550d

Browse files
committed
DOC: Update no cancel documentation
1 parent 3fe1fbb commit 2b3550d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/databento/enums.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ namespace trading_event {
555555
enum TradingEvent : std::uint16_t {
556556
// No additional information given.
557557
None = 0,
558-
// Order entry and modification are not allowed.
558+
// Order entry is allowed. Modification and cancellation are not allowed.
559559
NoCancel = 1,
560560
// A change of trading session occurred. Daily statistics are reset.
561561
ChangeTradingSession = 2,

0 commit comments

Comments
 (0)