Class: Quickfix::LegPaymentScheduleRateSourceType

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

Returns a new instance of LegPaymentScheduleRateSourceType.



32701
32702
32703
32704
32705
32706
32707
# File 'lib/quickfix_fields.rb', line 32701

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

Class Method Details

.fieldObject



32698
32699
32700
# File 'lib/quickfix_fields.rb', line 32698

def LegPaymentScheduleRateSourceType.field
  return 40416
end