Class: Quickfix::UnderlyingPaymentStreamResetDateRelativeTo

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

Returns a new instance of UnderlyingPaymentStreamResetDateRelativeTo.



34989
34990
34991
34992
34993
34994
34995
# File 'lib/quickfix_fields.rb', line 34989

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

Class Method Details

.fieldObject



34986
34987
34988
# File 'lib/quickfix_fields.rb', line 34986

def UnderlyingPaymentStreamResetDateRelativeTo.field
  return 40592
end