Class: Quickfix::LegPaymentStreamRateSpreadUnitOfMeasure

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) ⇒ LegPaymentStreamRateSpreadUnitOfMeasure

Returns a new instance of LegPaymentStreamRateSpreadUnitOfMeasure.



50238
50239
50240
50241
50242
50243
50244
# File 'lib/quickfix_fields.rb', line 50238

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

Class Method Details

.fieldObject



50235
50236
50237
# File 'lib/quickfix_fields.rb', line 50235

def LegPaymentStreamRateSpreadUnitOfMeasure.field
	return 41573
end