Class: Quickfix::SenderCompID

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

Returns a new instance of SenderCompID.



23072
23073
23074
23075
23076
23077
23078
# File 'ext/quickfix/QuickfixRuby.cpp', line 23072

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

Class Method Details

.fieldObject



133
134
135
# File 'lib/quickfix_fields.rb', line 133

def SenderCompID.field
	return 49
end