Class: Quickfix::LegAllocQty

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ LegAllocQty

Returns a new instance of LegAllocQty.



92608
92609
92610
92611
92612
92613
92614
# File 'ext/quickfix/QuickfixRuby.cpp', line 92608

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

Class Method Details

.fieldObject



9129
9130
9131
# File 'lib/quickfix_fields.rb', line 9129

def LegAllocQty.field
	return 673
end