Class: Quickfix::PaymentScheduleStepOffsetValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleStepOffsetValue



38291
38292
38293
38294
38295
38296
38297
# File 'lib/quickfix_fields.rb', line 38291

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