Class: Quickfix::UnderlyingProductComplex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProductComplex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProductComplex
constructor
A new instance of UnderlyingProductComplex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProductComplex
26279 26280 26281 26282 26283 26284 26285 |
# File 'lib/quickfix_fields.rb', line 26279 def initialize(data = nil) if( data == nil ) super(2007) else super(2007, data) end end |
Class Method Details
.field ⇒ Object
26276 26277 26278 |
# File 'lib/quickfix_fields.rb', line 26276 def .field return 2007 end |