Class: Quickfix::UnderlyingProtectionTermCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermCurrency

Returns a new instance of UnderlyingProtectionTermCurrency.



58740
58741
58742
58743
58744
58745
58746
# File 'lib/quickfix_fields.rb', line 58740

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