Class: Quickfix::PaymentStreamFloorRate

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

Returns a new instance of PaymentStreamFloorRate.



37693
37694
37695
37696
37697
37698
37699
# File 'lib/quickfix_fields.rb', line 37693

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

Class Method Details

.fieldObject



37690
37691
37692
# File 'lib/quickfix_fields.rb', line 37690

def PaymentStreamFloorRate.field
  return 40800
end