Class: Quickfix::PriorityIndicator

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ PriorityIndicator

Returns a new instance of PriorityIndicator.



87512
87513
87514
87515
87516
87517
87518
# File 'ext/quickfix/QuickfixRuby.cpp', line 87512

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

Class Method Details

.fieldObject



8453
8454
8455
# File 'lib/quickfix_fields.rb', line 8453

def PriorityIndicator.field
	return 638
end