Class: Quickfix::UnderlyingPaymentStreamRateSpreadCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpreadCurrency

Returns a new instance of UnderlyingPaymentStreamRateSpreadCurrency.



55243
55244
55245
55246
55247
55248
55249
# File 'lib/quickfix_fields.rb', line 55243

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

Class Method Details

.fieldObject



55240
55241
55242
# File 'lib/quickfix_fields.rb', line 55240

def UnderlyingPaymentStreamRateSpreadCurrency.field
	return 41920
end