Class: Quickfix::SettlType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ SettlType

Returns a new instance of SettlType.



89766
89767
89768
89769
89770
89771
89772
# File 'ext/quickfix/QuickfixRuby.cpp', line 89766

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

Class Method Details

.fieldObject



8752
8753
8754
# File 'lib/quickfix_fields.rb', line 8752

def SettlType.field
	return 63
end