Class: Quickfix::LegPaymentStreamCompoundingEndDateOffsetDayType

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

Returns a new instance of LegPaymentStreamCompoundingEndDateOffsetDayType.



66228
66229
66230
66231
66232
66233
66234
# File 'lib/quickfix_fields.rb', line 66228

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

Class Method Details

.fieldObject



66225
66226
66227
# File 'lib/quickfix_fields.rb', line 66225

def LegPaymentStreamCompoundingEndDateOffsetDayType.field
  return 42425
end