Class: Quickfix::NewSeqNo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NewSeqNo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NewSeqNo
constructor
A new instance of NewSeqNo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NewSeqNo
Returns a new instance of NewSeqNo.
97 98 99 100 101 102 103 |
# File 'lib/quickfix_fields.rb', line 97 def initialize(data = nil) if( data == nil ) super(36) else super(36, data) end end |
Class Method Details
.field ⇒ Object
94 95 96 |
# File 'lib/quickfix_fields.rb', line 94 def NewSeqNo.field return 36 end |