Class: Quickfix::BidTradeType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ BidTradeType

Returns a new instance of BidTradeType.



90648
90649
90650
90651
90652
90653
90654
# File 'ext/quickfix/QuickfixRuby.cpp', line 90648

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

Class Method Details

.fieldObject



8869
8870
8871
# File 'lib/quickfix_fields.rb', line 8869

def BidTradeType.field
	return 418
end