Class: Quickfix::UnderlyingComplexEventDateBusinessDayConvention

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

Returns a new instance of UnderlyingComplexEventDateBusinessDayConvention.



52435
52436
52437
52438
52439
52440
52441
# File 'lib/quickfix_fields.rb', line 52435

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

Class Method Details

.fieldObject



52432
52433
52434
# File 'lib/quickfix_fields.rb', line 52432

def UnderlyingComplexEventDateBusinessDayConvention.field
  return 41744
end