Class: Quickfix::UnderlyingProvisionDateBusinessDayConvention

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

Returns a new instance of UnderlyingProvisionDateBusinessDayConvention.



59806
59807
59808
59809
59810
59811
59812
# File 'lib/quickfix_fields.rb', line 59806

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

Class Method Details

.fieldObject



59803
59804
59805
# File 'lib/quickfix_fields.rb', line 59803

def UnderlyingProvisionDateBusinessDayConvention.field
  return 42152
end