Class: Quickfix::UnderlyingCashSettlDateBusinessDayConvention

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashSettlDateBusinessDayConvention

Returns a new instance of UnderlyingCashSettlDateBusinessDayConvention.



70960
70961
70962
70963
70964
70965
70966
# File 'lib/quickfix_fields.rb', line 70960

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