Class: Quickfix::BidDescriptorType

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

Returns a new instance of BidDescriptorType.



59740
59741
59742
59743
59744
59745
59746
# File 'ext/quickfix/QuickfixRuby.cpp', line 59740

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

Class Method Details

.fieldObject



4826
4827
4828
# File 'lib/quickfix_fields.rb', line 4826

def BidDescriptorType.field
	return 399
end