Class: Quickfix::LegReturnRateFXCurrencySymbol

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateFXCurrencySymbol

Returns a new instance of LegReturnRateFXCurrencySymbol.



67606
67607
67608
67609
67610
67611
67612
# File 'lib/quickfix_fields.rb', line 67606

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