Class: Quickfix::NoTrdMatchSides

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoTrdMatchSides

Returns a new instance of NoTrdMatchSides.



24732
24733
24734
24735
24736
24737
24738
# File 'lib/quickfix_fields.rb', line 24732

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