Class: Quickfix::ContingencyType

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

Returns a new instance of ContingencyType.



161234
161235
161236
161237
161238
161239
161240
# File 'ext/quickfix/QuickfixRuby.cpp', line 161234

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

Class Method Details

.fieldObject



18164
18165
18166
# File 'lib/quickfix_fields.rb', line 18164

def ContingencyType.field
	return 1385
end