Class: Quickfix::LegPaymentStreamRateIndexIDSource

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

Returns a new instance of LegPaymentStreamRateIndexIDSource.



76186
76187
76188
76189
76190
76191
76192
# File 'lib/quickfix_fields.rb', line 76186

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

Class Method Details

.fieldObject



76183
76184
76185
# File 'lib/quickfix_fields.rb', line 76183

def LegPaymentStreamRateIndexIDSource.field
	return 43089
end