Class: Quickfix::UnderlyingPaymentStubEndDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStubEndDateOffsetPeriod.



73768
73769
73770
73771
73772
73773
73774
# File 'lib/quickfix_fields.rb', line 73768

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

Class Method Details

.fieldObject



73765
73766
73767
# File 'lib/quickfix_fields.rb', line 73765

def UnderlyingPaymentStubEndDateOffsetPeriod.field
  return 42987
end