Class: Quickfix::LegPaymentScheduleFixingFirstObservationDateOffsetPeriod

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

Instance Method Summary collapse

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