Class: Quickfix::NoLegs

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ NoLegs

Returns a new instance of NoLegs.



79684
79685
79686
79687
79688
79689
79690
# File 'ext/quickfix/QuickfixRuby.cpp', line 79684

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

Class Method Details

.fieldObject



7426
7427
7428
# File 'lib/quickfix_fields.rb', line 7426

def NoLegs.field
	return 555
end