Class: Quickfix::NoLegPaymentScheduleRateSources

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

Returns a new instance of NoLegPaymentScheduleRateSources.



32675
32676
32677
32678
32679
32680
32681
# File 'lib/quickfix_fields.rb', line 32675

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

Class Method Details

.fieldObject



32672
32673
32674
# File 'lib/quickfix_fields.rb', line 32672

def NoLegPaymentScheduleRateSources.field
  return 40414
end