Class: Quickfix::DlvyInstType

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

Returns a new instance of DlvyInstType.



103854
103855
103856
103857
103858
103859
103860
# File 'ext/quickfix/QuickfixRuby.cpp', line 103854

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

Class Method Details

.fieldObject



10598
10599
10600
# File 'lib/quickfix_fields.rb', line 10598

def DlvyInstType.field
	return 787
end