Class: Quickfix::LegIOIQty

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ LegIOIQty

Returns a new instance of LegIOIQty.



93490
93491
93492
93493
93494
93495
93496
# File 'ext/quickfix/QuickfixRuby.cpp', line 93490

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

Class Method Details

.fieldObject



9246
9247
9248
# File 'lib/quickfix_fields.rb', line 9246

def LegIOIQty.field
	return 682
end