Class: Quickfix::LegPaymentScheduleFixingLagPeriod

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

Returns a new instance of LegPaymentScheduleFixingLagPeriod.



49874
49875
49876
49877
49878
49879
49880
# File 'lib/quickfix_fields.rb', line 49874

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

Class Method Details

.fieldObject



49871
49872
49873
# File 'lib/quickfix_fields.rb', line 49871

def LegPaymentScheduleFixingLagPeriod.field
  return 41545
end