Class: Quickfix::UnderlyingStreamTerminationDateRelativeTo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamTerminationDateRelativeTo



34456
34457
34458
34459
34460
34461
34462
# File 'lib/quickfix_fields.rb', line 34456

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