Class: Quickfix::PaymentStubStartDateOffsetDayType

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

Returns a new instance of PaymentStubStartDateOffsetDayType.



69803
69804
69805
69806
69807
69808
69809
# File 'lib/quickfix_fields.rb', line 69803

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

Class Method Details

.fieldObject



69800
69801
69802
# File 'lib/quickfix_fields.rb', line 69800

def PaymentStubStartDateOffsetDayType.field
  return 42703
end