Class: Quickfix::LegAllocID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAllocID
constructor
A new instance of LegAllocID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAllocID
Returns a new instance of LegAllocID.
18154 18155 18156 18157 18158 18159 18160 |
# File 'lib/quickfix_fields.rb', line 18154 def initialize(data = nil) if( data == nil ) super(1366) else super(1366, data) end end |
Class Method Details
.field ⇒ Object
18151 18152 18153 |
# File 'lib/quickfix_fields.rb', line 18151 def LegAllocID.field return 1366 end |