Class: Quickfix::PaymentScheduleFixingLagPeriod

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

Returns a new instance of PaymentScheduleFixingLagPeriod.



44531
44532
44533
44534
44535
44536
44537
# File 'lib/quickfix_fields.rb', line 44531

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

Class Method Details

.fieldObject



44528
44529
44530
# File 'lib/quickfix_fields.rb', line 44528

def PaymentScheduleFixingLagPeriod.field
  return 41176
end