Class: Quickfix::DerivativeProductComplex

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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