Class: Quickfix::PaymentStreamInitialRate

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

Returns a new instance of PaymentStreamInitialRate.



37732
37733
37734
37735
37736
37737
37738
# File 'lib/quickfix_fields.rb', line 37732

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

Class Method Details

.fieldObject



37729
37730
37731
# File 'lib/quickfix_fields.rb', line 37729

def PaymentStreamInitialRate.field
	return 40803
end