Class: Quickfix::LegPaymentStreamRateSpreadCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadCurrency

Returns a new instance of LegPaymentStreamRateSpreadCurrency.



50225
50226
50227
50228
50229
50230
50231
# File 'lib/quickfix_fields.rb', line 50225

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