Class: Quickfix::UnderlyingPaymentStubStartDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStubStartDateOffsetDayType.



73911
73912
73913
73914
73915
73916
73917
# File 'lib/quickfix_fields.rb', line 73911

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

Class Method Details

.fieldObject



73908
73909
73910
# File 'lib/quickfix_fields.rb', line 73908

def UnderlyingPaymentStubStartDateOffsetDayType.field
  return 42998
end