Class: Quickfix::NoSettlInst

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

Returns a new instance of NoSettlInst.



102886
102887
102888
102889
102890
102891
102892
# File 'ext/quickfix/QuickfixRuby.cpp', line 102886

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

Class Method Details

.fieldObject



10481
10482
10483
# File 'lib/quickfix_fields.rb', line 10481

def NoSettlInst.field
	return 778
end