Class: Quickfix::NewsRefType

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

Returns a new instance of NewsRefType.



171230
171231
171232
171233
171234
171235
171236
# File 'ext/quickfix/QuickfixRuby.cpp', line 171230

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

Class Method Details

.fieldObject



19490
19491
19492
# File 'lib/quickfix_fields.rb', line 19490

def NewsRefType.field
	return 1477
end