Class: Quickfix::LegTerminationType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegTerminationType

Returns a new instance of LegTerminationType.



61535
61536
61537
61538
61539
61540
61541
# File 'lib/quickfix_fields.rb', line 61535

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

Class Method Details

.fieldObject



61532
61533
61534
# File 'lib/quickfix_fields.rb', line 61532

def LegTerminationType.field
	return 2514
end