Class: Quickfix::LegPaymentStreamInitialRate

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

Returns a new instance of LegPaymentStreamInitialRate.



31778
31779
31780
31781
31782
31783
31784
# File 'lib/quickfix_fields.rb', line 31778

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

Class Method Details

.fieldObject



31775
31776
31777
# File 'lib/quickfix_fields.rb', line 31775

def LegPaymentStreamInitialRate.field
	return 40345
end