Class: Quickfix::ContraryInstructionIndicator

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->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) ⇒ ContraryInstructionIndicator

Returns a new instance of ContraryInstructionIndicator.



97018
97019
97020
97021
97022
97023
97024
# File 'ext/quickfix/QuickfixRuby.cpp', line 97018

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

Class Method Details

.fieldObject



9714
9715
9716
# File 'lib/quickfix_fields.rb', line 9714

def ContraryInstructionIndicator.field
	return 719
end