Class: Quickfix::UnderlyingPaymentStubStartDateOffsetPeriod

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

Returns a new instance of UnderlyingPaymentStubStartDateOffsetPeriod.



73885
73886
73887
73888
73889
73890
73891
# File 'lib/quickfix_fields.rb', line 73885

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

Class Method Details

.fieldObject



73882
73883
73884
# File 'lib/quickfix_fields.rb', line 73882

def UnderlyingPaymentStubStartDateOffsetPeriod.field
  return 42996
end