Class: Quickfix::PaymentStreamRate

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

Returns a new instance of PaymentStreamRate.



37485
37486
37487
37488
37489
37490
37491
# File 'lib/quickfix_fields.rb', line 37485

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

Class Method Details

.fieldObject



37482
37483
37484
# File 'lib/quickfix_fields.rb', line 37482

def PaymentStreamRate.field
	return 40784
end