Class: Quickfix::UnderlyingComplexOptPayoutUnderlier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



52536
52537
52538
# File 'lib/quickfix_fields.rb', line 52536

def UnderlyingComplexOptPayoutUnderlier.field
	return 2263
end