Class: Quickfix::LegPaymentStubStartDateOffsetDayType

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

Returns a new instance of LegPaymentStubStartDateOffsetDayType.



67229
67230
67231
67232
67233
67234
67235
# File 'lib/quickfix_fields.rb', line 67229

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

Class Method Details

.fieldObject



67226
67227
67228
# File 'lib/quickfix_fields.rb', line 67226

def LegPaymentStubStartDateOffsetDayType.field
  return 42502
end