Class: Quickfix::ClOrdLinkID

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

Returns a new instance of ClOrdLinkID.



82428
82429
82430
82431
82432
82433
82434
# File 'ext/quickfix/QuickfixRuby.cpp', line 82428

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

Class Method Details

.fieldObject



7790
7791
7792
# File 'lib/quickfix_fields.rb', line 7790

def ClOrdLinkID.field
	return 583
end