Class: Quickfix::LegPaymentStubEndDateOffsetPeriod

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

Returns a new instance of LegPaymentStubEndDateOffsetPeriod.



67086
67087
67088
67089
67090
67091
67092
# File 'lib/quickfix_fields.rb', line 67086

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

Class Method Details

.fieldObject



67083
67084
67085
# File 'lib/quickfix_fields.rb', line 67083

def LegPaymentStubEndDateOffsetPeriod.field
  return 42491
end