Class: Quickfix::CrossType

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

Returns a new instance of CrossType.



79292
79293
79294
79295
79296
79297
79298
# File 'ext/quickfix/QuickfixRuby.cpp', line 79292

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

Class Method Details

.fieldObject



7374
7375
7376
# File 'lib/quickfix_fields.rb', line 7374

def CrossType.field
	return 549
end