Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateOffsetDayType

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

Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateOffsetDayType.



73222
73223
73224
73225
73226
73227
73228
# File 'lib/quickfix_fields.rb', line 73222

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

Class Method Details

.fieldObject



73219
73220
73221
# File 'lib/quickfix_fields.rb', line 73219

def UnderlyingPaymentStreamCompoundingStartDateOffsetDayType.field
  return 42945
end