Class: Quickfix::LegIndividualAllocID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegIndividualAllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIndividualAllocID
constructor
A new instance of LegIndividualAllocID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegIndividualAllocID
Returns a new instance of LegIndividualAllocID.
9262 9263 9264 9265 9266 9267 9268 |
# File 'lib/quickfix_fields.rb', line 9262 def initialize(data = nil) if( data == nil ) super(672) else super(672, data) end end |
Class Method Details
.field ⇒ Object
9259 9260 9261 |
# File 'lib/quickfix_fields.rb', line 9259 def LegIndividualAllocID.field return 672 end |