Class: Quickfix::LegProvisionCashSettlPaymentDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateBusinessDayConvention

Returns a new instance of LegProvisionCashSettlPaymentDateBusinessDayConvention.



34001
34002
34003
34004
34005
34006
34007
# File 'lib/quickfix_fields.rb', line 34001

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