Class: Quickfix::DerivativeUPICode
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DerivativeUPICode
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeUPICode
constructor
A new instance of DerivativeUPICode.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DerivativeUPICode
Returns a new instance of DerivativeUPICode.
78292 78293 78294 78295 78296 78297 78298 |
# File 'lib/quickfix_fields.rb', line 78292 def initialize(data = nil) if( data == nil ) super(2892) else super(2892, data) end end |
Class Method Details
.field ⇒ Object
78289 78290 78291 |
# File 'lib/quickfix_fields.rb', line 78289 def DerivativeUPICode.field return 2892 end |