Class: Quickfix::LegPaymentStreamCompoundingDatesOffsetDayType

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

Returns a new instance of LegPaymentStreamCompoundingDatesOffsetDayType.



66059
66060
66061
66062
66063
66064
66065
# File 'lib/quickfix_fields.rb', line 66059

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

Class Method Details

.fieldObject



66056
66057
66058
# File 'lib/quickfix_fields.rb', line 66056

def LegPaymentStreamCompoundingDatesOffsetDayType.field
  return 42412
end