Class: Quickfix::RefreshIndicator

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

Returns a new instance of RefreshIndicator.



142234
142235
142236
142237
142238
142239
142240
# File 'ext/quickfix/QuickfixRuby.cpp', line 142234

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

Class Method Details

.fieldObject



15655
15656
15657
# File 'lib/quickfix_fields.rb', line 15655

def RefreshIndicator.field
	return 1187
end