Class: Quickfix::LegSettlType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ LegSettlType

Returns a new instance of LegSettlType.



91138
91139
91140
91141
91142
91143
91144
# File 'ext/quickfix/QuickfixRuby.cpp', line 91138

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

Class Method Details

.fieldObject



8934
8935
8936
# File 'lib/quickfix_fields.rb', line 8934

def LegSettlType.field
	return 587
end