Class: Quickfix::LastMsgSeqNumProcessed
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LastMsgSeqNumProcessed
Returns a new instance of LastMsgSeqNumProcessed.
552 553 554 555 556 557 558 |
# File 'lib/quickfix_fields.rb', line 552 def initialize(data = nil) if( data == nil ) super(369) else super(369, data) end end |
Class Method Details
.field ⇒ Object
549 550 551 |
# File 'lib/quickfix_fields.rb', line 549 def LastMsgSeqNumProcessed.field return 369 end |