Class: Quickfix::NextExpectedMsgSeqNum
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NextExpectedMsgSeqNum
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NextExpectedMsgSeqNum
constructor
A new instance of NextExpectedMsgSeqNum.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NextExpectedMsgSeqNum
Returns a new instance of NextExpectedMsgSeqNum.
708 709 710 711 712 713 714 |
# File 'lib/quickfix_fields.rb', line 708 def initialize(data = nil) if( data == nil ) super(789) else super(789, data) end end |
Class Method Details
.field ⇒ Object
705 706 707 |
# File 'lib/quickfix_fields.rb', line 705 def NextExpectedMsgSeqNum.field return 789 end |