Class: Quickfix::NoCapacities

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoCapacities



11680
11681
11682
11683
11684
11685
11686
# File 'lib/quickfix_fields.rb', line 11680

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