Class: Quickfix::LegPaymentStreamFinalRate

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFinalRate

Returns a new instance of LegPaymentStreamFinalRate.



50290
50291
50292
50293
50294
50295
50296
# File 'lib/quickfix_fields.rb', line 50290

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

Class Method Details

.fieldObject



50287
50288
50289
# File 'lib/quickfix_fields.rb', line 50287

def LegPaymentStreamFinalRate.field
	return 41577
end