Class: Quickfix::ProvisionDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionDateBusinessDayConvention

Returns a new instance of ProvisionDateBusinessDayConvention.



28515
28516
28517
28518
28519
28520
28521
# File 'lib/quickfix_fields.rb', line 28515

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