Class: Quickfix::PaymentStreamRateIndexLevel

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

Returns a new instance of PaymentStreamRateIndexLevel.



44804
44805
44806
44807
44808
44809
44810
# File 'lib/quickfix_fields.rb', line 44804

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

Class Method Details

.fieldObject



44801
44802
44803
# File 'lib/quickfix_fields.rb', line 44801

def PaymentStreamRateIndexLevel.field
	return 41197
end