Class: Quickfix::AllocRegulatoryLegRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocRegulatoryLegRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocRegulatoryLegRefID
constructor
A new instance of AllocRegulatoryLegRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocRegulatoryLegRefID
Returns a new instance of AllocRegulatoryLegRefID.
57635 57636 57637 57638 57639 57640 57641 |
# File 'lib/quickfix_fields.rb', line 57635 def initialize(data = nil) if( data == nil ) super(2406) else super(2406, data) end end |
Class Method Details
.field ⇒ Object
57632 57633 57634 |
# File 'lib/quickfix_fields.rb', line 57632 def AllocRegulatoryLegRefID.field return 2406 end |