Class: Quickfix::DerivativeUPICode
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeUPICode
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeUPICode
constructor
A new instance of DerivativeUPICode.
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 |