Class: Quickfix::UnderlyingComplexOptPayoutUnderlier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutUnderlier

Returns a new instance of UnderlyingComplexOptPayoutUnderlier.



52539
52540
52541
52542
52543
52544
52545
# File 'lib/quickfix_fields.rb', line 52539

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