Class: Quickfix::SideQty

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) ⇒ SideQty

Returns a new instance of SideQty.



125304
125305
125306
125307
125308
125309
125310
# File 'ext/quickfix/QuickfixRuby.cpp', line 125304

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

Class Method Details

.fieldObject



13432
13433
13434
# File 'lib/quickfix_fields.rb', line 13432

def SideQty.field
	return 1009
end