Class: Quickfix::TradeLinkID

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

Returns a new instance of TradeLinkID.



106892
106893
106894
106895
106896
106897
106898
# File 'ext/quickfix/QuickfixRuby.cpp', line 106892

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

Class Method Details

.fieldObject



11001
11002
11003
# File 'lib/quickfix_fields.rb', line 11001

def TradeLinkID.field
	return 820
end