Class: Quickfix::NoLegExecs

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

Returns a new instance of NoLegExecs.



24758
24759
24760
24761
24762
24763
24764
# File 'lib/quickfix_fields.rb', line 24758

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

Class Method Details

.fieldObject



24755
24756
24757
# File 'lib/quickfix_fields.rb', line 24755

def NoLegExecs.field
	return 1892
end