Class: Quickfix::HighLimitPrice

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

Returns a new instance of HighLimitPrice.



138510
138511
138512
138513
138514
138515
138516
# File 'ext/quickfix/QuickfixRuby.cpp', line 138510

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

Class Method Details

.fieldObject



15161
15162
15163
# File 'lib/quickfix_fields.rb', line 15161

def HighLimitPrice.field
	return 1149
end