Class: Quickfix::TrdSubType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ TrdSubType

Returns a new instance of TrdSubType.



107774
107775
107776
107777
107778
107779
107780
# File 'ext/quickfix/QuickfixRuby.cpp', line 107774

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

Class Method Details

.fieldObject



11118
11119
11120
# File 'lib/quickfix_fields.rb', line 11118

def TrdSubType.field
	return 829
end