Class: Quickfix::MsgSeqNum
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MsgSeqNum
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MsgSeqNum
constructor
A new instance of MsgSeqNum.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MsgSeqNum
Returns a new instance of MsgSeqNum.
71 72 73 74 75 76 77 |
# File 'lib/quickfix_fields.rb', line 71 def initialize(data = nil) if( data == nil ) super(34) else super(34, data) end end |
Class Method Details
.field ⇒ Object
68 69 70 |
# File 'lib/quickfix_fields.rb', line 68 def MsgSeqNum.field return 34 end |