Class: Quickfix::OrderRestrictions

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

Returns a new instance of OrderRestrictions.



77332
77333
77334
77335
77336
77337
77338
# File 'ext/quickfix/QuickfixRuby.cpp', line 77332

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

Class Method Details

.fieldObject



7114
7115
7116
# File 'lib/quickfix_fields.rb', line 7114

def OrderRestrictions.field
	return 529
end