Class: Quickfix::ProductComplex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProductComplex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProductComplex
constructor
A new instance of ProductComplex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProductComplex
Returns a new instance of ProductComplex.
16347 16348 16349 16350 16351 16352 16353 |
# File 'lib/quickfix_fields.rb', line 16347 def initialize(data = nil) if( data == nil ) super(1227) else super(1227, data) end end |
Class Method Details
.field ⇒ Object
16344 16345 16346 |
# File 'lib/quickfix_fields.rb', line 16344 def ProductComplex.field return 1227 end |