Class: Quickfix::CopyMsgIndicator

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

Returns a new instance of CopyMsgIndicator.



104736
104737
104738
104739
104740
104741
104742
# File 'ext/quickfix/QuickfixRuby.cpp', line 104736

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

Class Method Details

.fieldObject



10715
10716
10717
# File 'lib/quickfix_fields.rb', line 10715

def CopyMsgIndicator.field
	return 797
end