Class: Quickfix::LegPaymentScheduleRateSource

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

Returns a new instance of LegPaymentScheduleRateSource.



32688
32689
32690
32691
32692
32693
32694
# File 'lib/quickfix_fields.rb', line 32688

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

Class Method Details

.fieldObject



32685
32686
32687
# File 'lib/quickfix_fields.rb', line 32685

def LegPaymentScheduleRateSource.field
  return 40415
end