Class: Quickfix::NoUnderlyingCashSettlDateBusinessCenters

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingCashSettlDateBusinessCenters

Returns a new instance of NoUnderlyingCashSettlDateBusinessCenters.



70921
70922
70923
70924
70925
70926
70927
# File 'lib/quickfix_fields.rb', line 70921

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