Class: Quickfix::LegPaymentStubEndDateOffsetDayType

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

Returns a new instance of LegPaymentStubEndDateOffsetDayType.



67112
67113
67114
67115
67116
67117
67118
# File 'lib/quickfix_fields.rb', line 67112

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

Class Method Details

.fieldObject



67109
67110
67111
# File 'lib/quickfix_fields.rb', line 67109

def LegPaymentStubEndDateOffsetDayType.field
  return 42493
end