Class: Quickfix::MDEntrySeller

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

Returns a new instance of MDEntrySeller.



49338
49339
49340
49341
49342
49343
49344
# File 'ext/quickfix/QuickfixRuby.cpp', line 49338

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

Class Method Details

.fieldObject



3526
3527
3528
# File 'lib/quickfix_fields.rb', line 3526

def MDEntrySeller.field
	return 289
end