Class: Quickfix::UnderlyingPaymentStreamResetDateBusinessDayConvention

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

Returns a new instance of UnderlyingPaymentStreamResetDateBusinessDayConvention.



35002
35003
35004
35005
35006
35007
35008
# File 'lib/quickfix_fields.rb', line 35002

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

Class Method Details

.fieldObject



34999
35000
35001
# File 'lib/quickfix_fields.rb', line 34999

def UnderlyingPaymentStreamResetDateBusinessDayConvention.field
  return 40593
end