Class: Quickfix::LegPaymentScheduleStepOffsetValue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleStepOffsetValue

Returns a new instance of LegPaymentScheduleStepOffsetValue.



32389
32390
32391
32392
32393
32394
32395
# File 'lib/quickfix_fields.rb', line 32389

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

Class Method Details

.fieldObject



32386
32387
32388
# File 'lib/quickfix_fields.rb', line 32386

def LegPaymentScheduleStepOffsetValue.field
  return 40392
end