Class: Quickfix::LegPaymentScheduleFixingFirstObservationDateOffsetPeriod

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

Returns a new instance of LegPaymentScheduleFixingFirstObservationDateOffsetPeriod.



49900
49901
49902
49903
49904
49905
49906
# File 'lib/quickfix_fields.rb', line 49900

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

Class Method Details

.fieldObject



49897
49898
49899
# File 'lib/quickfix_fields.rb', line 49897

def LegPaymentScheduleFixingFirstObservationDateOffsetPeriod.field
  return 41547
end