Class: Quickfix::UnderlyingProvisionDateBusinessDayConvention

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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