Class: Quickfix::NoNotAffectedOrders

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

Returns a new instance of NoNotAffectedOrders.



159764
159765
159766
159767
159768
159769
159770
# File 'ext/quickfix/QuickfixRuby.cpp', line 159764

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

Class Method Details

.fieldObject



17969
17970
17971
# File 'lib/quickfix_fields.rb', line 17969

def NoNotAffectedOrders.field
	return 1370
end