Class: Quickfix::ContingencyType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContingencyType

Returns a new instance of ContingencyType.



461
462
463
464
465
466
467
# File 'lib/quickfix_fields.rb', line 461

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

Class Method Details

.fieldObject



458
459
460
# File 'lib/quickfix_fields.rb', line 458

def ContingencyType.field
	return 1385
end