Class: Quickfix::LastMsgSeqNumProcessed
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LastMsgSeqNumProcessed
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastMsgSeqNumProcessed
constructor
A new instance of LastMsgSeqNumProcessed.
Constructor Details
#initialize(data = nil) ⇒ LastMsgSeqNumProcessed
Returns a new instance of LastMsgSeqNumProcessed.
12239 12240 12241 12242 12243 12244 12245 |
# File 'lib/quickfix_fields.rb', line 12239 def initialize(data = nil) if( data == nil ) super(369) else super(369, data) end end |
Class Method Details
.field ⇒ Object
12236 12237 12238 |
# File 'lib/quickfix_fields.rb', line 12236 def LastMsgSeqNumProcessed.field return 369 end |