Class: Quickfix::AllocSettlInstType

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

Returns a new instance of AllocSettlInstType.



103168
103169
103170
103171
103172
103173
103174
# File 'ext/quickfix/QuickfixRuby.cpp', line 103168

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

Class Method Details

.fieldObject



10507
10508
10509
# File 'lib/quickfix_fields.rb', line 10507

def AllocSettlInstType.field
	return 780
end