Class: Quickfix::UnderlyingNotionalCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNotionalCurrencyCodeSource

Returns a new instance of UnderlyingNotionalCurrencyCodeSource.



78825
78826
78827
78828
78829
78830
78831
# File 'lib/quickfix_fields.rb', line 78825

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