Class: Quickfix::PaymentStreamFloorRateBuySide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFloorRateBuySide

Returns a new instance of PaymentStreamFloorRateBuySide.



37706
37707
37708
37709
37710
37711
37712
# File 'lib/quickfix_fields.rb', line 37706

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

Class Method Details

.fieldObject



37703
37704
37705
# File 'lib/quickfix_fields.rb', line 37703

def PaymentStreamFloorRateBuySide.field
  return 40801
end