Class: Quickfix::SettlInstMode

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

Returns a new instance of SettlInstMode.



40530
40531
40532
40533
40534
40535
40536
# File 'ext/quickfix/QuickfixRuby.cpp', line 40530

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

Class Method Details

.fieldObject



2369
2370
2371
# File 'lib/quickfix_fields.rb', line 2369

def SettlInstMode.field
	return 160
end