Class: Quickfix::UnderlyingComplexOptPayoutCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrency

Returns a new instance of UnderlyingComplexOptPayoutCurrency.



52578
52579
52580
52581
52582
52583
52584
# File 'lib/quickfix_fields.rb', line 52578

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