Class: Quickfix::BidType

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

Returns a new instance of BidType.



59250
59251
59252
59253
59254
59255
59256
# File 'ext/quickfix/QuickfixRuby.cpp', line 59250

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

Class Method Details

.fieldObject



4761
4762
4763
# File 'lib/quickfix_fields.rb', line 4761

def BidType.field
	return 394
end