Class: Quickfix::UnderlyingComplexEventDeterminationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventDeterminationMethod

Returns a new instance of UnderlyingComplexEventDeterminationMethod.



52656
52657
52658
52659
52660
52661
52662
# File 'lib/quickfix_fields.rb', line 52656

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