Class: Quickfix::CstmApplVerID

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

Returns a new instance of CstmApplVerID.



28034
28035
28036
28037
28038
28039
28040
# File 'ext/quickfix/QuickfixRuby.cpp', line 28034

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

Class Method Details

.fieldObject



757
758
759
# File 'lib/quickfix_fields.rb', line 757

def CstmApplVerID.field
	return 1129
end