Class: Quickfix::CrossPercent

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

Returns a new instance of CrossPercent.



61112
61113
61114
61115
61116
61117
61118
# File 'ext/quickfix/QuickfixRuby.cpp', line 61112

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

Class Method Details

.fieldObject



5008
5009
5010
# File 'lib/quickfix_fields.rb', line 5008

def CrossPercent.field
	return 413
end