Class: Quickfix::NoSides

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoSides

Returns a new instance of NoSides.



7559
7560
7561
7562
7563
7564
7565
# File 'lib/quickfix_fields.rb', line 7559

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

Class Method Details

.fieldObject



7556
7557
7558
# File 'lib/quickfix_fields.rb', line 7556

def NoSides.field
	return 552
end