Class: Quickfix::LegStipulationType

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

Returns a new instance of LegStipulationType.



93980
93981
93982
93983
93984
93985
93986
# File 'ext/quickfix/QuickfixRuby.cpp', line 93980

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

Class Method Details

.fieldObject



9311
9312
9313
# File 'lib/quickfix_fields.rb', line 9311

def LegStipulationType.field
	return 688
end