Class: Quickfix::PaymentScheduleType

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

Returns a new instance of PaymentScheduleType.



38070
38071
38072
38073
38074
38075
38076
# File 'lib/quickfix_fields.rb', line 38070

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

Class Method Details

.fieldObject



38067
38068
38069
# File 'lib/quickfix_fields.rb', line 38067

def PaymentScheduleType.field
  return 40829
end