Class: Quickfix::AllocGroupID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocGroupID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocGroupID
constructor
A new instance of AllocGroupID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocGroupID
Returns a new instance of AllocGroupID.
22470 22471 22472 22473 22474 22475 22476 |
# File 'lib/quickfix_fields.rb', line 22470 def initialize(data = nil) if( data == nil ) super(1730) else super(1730, data) end end |
Class Method Details
.field ⇒ Object
22467 22468 22469 |
# File 'lib/quickfix_fields.rb', line 22467 def AllocGroupID.field return 1730 end |