Class: Quickfix::LegPaymentStreamFloorRateSellSide

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



31765
31766
31767
31768
31769
31770
31771
# File 'lib/quickfix_fields.rb', line 31765

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

Class Method Details

.fieldObject



31762
31763
31764
# File 'lib/quickfix_fields.rb', line 31762

def LegPaymentStreamFloorRateSellSide.field
  return 40344
end