Class: Quickfix::TrdMatchID

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

Returns a new instance of TrdMatchID.



112674
112675
112676
112677
112678
112679
112680
# File 'ext/quickfix/QuickfixRuby.cpp', line 112674

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

Class Method Details

.fieldObject



11768
11769
11770
# File 'lib/quickfix_fields.rb', line 11768

def TrdMatchID.field
	return 880
end