Class: Quickfix::AdvTransType

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

Returns a new instance of AdvTransType.



28818
28819
28820
28821
28822
28823
28824
# File 'ext/quickfix/QuickfixRuby.cpp', line 28818

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

Class Method Details

.fieldObject



861
862
863
# File 'lib/quickfix_fields.rb', line 861

def AdvTransType.field
	return 5
end