Class: Quickfix::UnderlyingPaymentScheduleStepRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleStepRelativeTo

Returns a new instance of UnderlyingPaymentScheduleStepRelativeTo.



36198
36199
36200
36201
36202
36203
36204
# File 'lib/quickfix_fields.rb', line 36198

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