Class: Quickfix::RefAllocID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RefAllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefAllocID
constructor
A new instance of RefAllocID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RefAllocID
Returns a new instance of RefAllocID.
1631 1632 1633 1634 1635 1636 1637 |
# File 'lib/quickfix_fields.rb', line 1631 def initialize(data = nil) if( data == nil ) super(72) else super(72, data) end end |
Class Method Details
.field ⇒ Object
1628 1629 1630 |
# File 'lib/quickfix_fields.rb', line 1628 def RefAllocID.field return 72 end |