Class: Quickfix::ProtectionTermCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProtectionTermCurrency

Returns a new instance of ProtectionTermCurrency.



29685
29686
29687
29688
29689
29690
29691
# File 'lib/quickfix_fields.rb', line 29685

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