Class: Quickfix::StrikeValue

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

Returns a new instance of StrikeValue.



121482
121483
121484
121485
121486
121487
121488
# File 'ext/quickfix/QuickfixRuby.cpp', line 121482

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

Class Method Details

.fieldObject



12925
12926
12927
# File 'lib/quickfix_fields.rb', line 12925

def StrikeValue.field
	return 968
end