Class: Quickfix::NoNewsRefIDs

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

Returns a new instance of NoNewsRefIDs.



171034
171035
171036
171037
171038
171039
171040
# File 'ext/quickfix/QuickfixRuby.cpp', line 171034

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

Class Method Details

.fieldObject



19464
19465
19466
# File 'lib/quickfix_fields.rb', line 19464

def NoNewsRefIDs.field
	return 1475
end