Class: Quickfix::LegPaymentStreamRateIndexID

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

Returns a new instance of LegPaymentStreamRateIndexID.



76173
76174
76175
76176
76177
76178
76179
# File 'lib/quickfix_fields.rb', line 76173

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

Class Method Details

.fieldObject



76170
76171
76172
# File 'lib/quickfix_fields.rb', line 76170

def LegPaymentStreamRateIndexID.field
	return 43088
end