Class: Quickfix::BidSwapPoints

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ BidSwapPoints

Returns a new instance of BidSwapPoints.



130780
130781
130782
130783
130784
130785
130786
# File 'ext/quickfix/QuickfixRuby.cpp', line 130780

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

Class Method Details

.fieldObject



14147
14148
14149
# File 'lib/quickfix_fields.rb', line 14147

def BidSwapPoints.field
	return 1065
end