Class: Quickfix::LegPaymentStreamRateIndex2IDSource

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

Returns a new instance of LegPaymentStreamRateIndex2IDSource.



78448
78449
78450
78451
78452
78453
78454
# File 'lib/quickfix_fields.rb', line 78448

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

Class Method Details

.fieldObject



78445
78446
78447
# File 'lib/quickfix_fields.rb', line 78445

def LegPaymentStreamRateIndex2IDSource.field
	return 43119
end