Class: Quickfix::LegComplexOptPayoutUnderlier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexOptPayoutUnderlier

Returns a new instance of LegComplexOptPayoutUnderlier.



47482
47483
47484
47485
47486
47487
47488
# File 'lib/quickfix_fields.rb', line 47482

def initialize(data = nil)
	if( data == nil )
		super(2222)
	else
		super(2222, data)
	end
end