Class: Quickfix::DerivativeProductComplex
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeProductComplex
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeProductComplex
constructor
A new instance of DerivativeProductComplex.
Constructor Details
#initialize(data = nil) ⇒ DerivativeProductComplex
Returns a new instance of DerivativeProductComplex.
16360 16361 16362 16363 16364 16365 16366 |
# File 'lib/quickfix_fields.rb', line 16360 def initialize(data = nil) if( data == nil ) super(1228) else super(1228, data) end end |