Class: Quickfix::NoMatchInst

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMatchInst

Returns a new instance of NoMatchInst.



19948
19949
19950
19951
19952
19953
19954
# File 'lib/quickfix_fields.rb', line 19948

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