Class: Quickfix::LegPaymentScheduleStepRelativeTo

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



32428
32429
32430
32431
32432
32433
32434
# File 'lib/quickfix_fields.rb', line 32428

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

Class Method Details

.fieldObject



32425
32426
32427
# File 'lib/quickfix_fields.rb', line 32425

def LegPaymentScheduleStepRelativeTo.field
  return 40395
end