Class: Quickfix::LegSwapType

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

Returns a new instance of LegSwapType.



94176
94177
94178
94179
94180
94181
94182
# File 'ext/quickfix/QuickfixRuby.cpp', line 94176

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

Class Method Details

.fieldObject



9337
9338
9339
# File 'lib/quickfix_fields.rb', line 9337

def LegSwapType.field
	return 690
end