Class: Quickfix::UnderlyingPaymentStreamFixingDateBusinessDayConvention

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

Returns a new instance of UnderlyingPaymentStreamFixingDateBusinessDayConvention.



35171
35172
35173
35174
35175
35176
35177
# File 'lib/quickfix_fields.rb', line 35171

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

Class Method Details

.fieldObject



35168
35169
35170
# File 'lib/quickfix_fields.rb', line 35168

def UnderlyingPaymentStreamFixingDateBusinessDayConvention.field
  return 40606
end