Class: Quickfix::LegPaymentStreamCompoundingStartDateOffsetDayType

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

Returns a new instance of LegPaymentStreamCompoundingStartDateOffsetDayType.



66540
66541
66542
66543
66544
66545
66546
# File 'lib/quickfix_fields.rb', line 66540

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

Class Method Details

.fieldObject



66537
66538
66539
# File 'lib/quickfix_fields.rb', line 66537

def LegPaymentStreamCompoundingStartDateOffsetDayType.field
  return 42449
end