Class: Quickfix::PaymentStreamFloorRateSellSide

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

Returns a new instance of PaymentStreamFloorRateSellSide.



37719
37720
37721
37722
37723
37724
37725
# File 'lib/quickfix_fields.rb', line 37719

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

Class Method Details

.fieldObject



37716
37717
37718
# File 'lib/quickfix_fields.rb', line 37716

def PaymentStreamFloorRateSellSide.field
  return 40802
end