Class: Quickfix::PaymentStubEndDateOffsetDayType

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

Returns a new instance of PaymentStubEndDateOffsetDayType.



69686
69687
69688
69689
69690
69691
69692
# File 'lib/quickfix_fields.rb', line 69686

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

Class Method Details

.fieldObject



69683
69684
69685
# File 'lib/quickfix_fields.rb', line 69683

def PaymentStubEndDateOffsetDayType.field
  return 42694
end