Class: Quickfix::AllocID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocID
constructor
A new instance of AllocID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocID
Returns a new instance of AllocID.
1605 1606 1607 1608 1609 1610 1611 |
# File 'lib/quickfix_fields.rb', line 1605 def initialize(data = nil) if( data == nil ) super(70) else super(70, data) end end |
Class Method Details
.field ⇒ Object
1602 1603 1604 |
# File 'lib/quickfix_fields.rb', line 1602 def AllocID.field return 70 end |