Class: Quickfix::UnderlyingSettlMethodElectionDateBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateBusinessCenter

Returns a new instance of UnderlyingSettlMethodElectionDateBusinessCenter.



74912
74913
74914
74915
74916
74917
74918
# File 'lib/quickfix_fields.rb', line 74912

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