Class: Quickfix::LegPaymentScheduleRateSpreadType

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



49783
49784
49785
49786
49787
49788
49789
# File 'lib/quickfix_fields.rb', line 49783

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

Class Method Details

.fieldObject



49780
49781
49782
# File 'lib/quickfix_fields.rb', line 49780

def LegPaymentScheduleRateSpreadType.field
  return 41538
end