Class: Quickfix::StatusValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StatusValue

Returns a new instance of StatusValue.



13968
13969
13970
13971
13972
13973
13974
# File 'lib/quickfix_fields.rb', line 13968

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

Class Method Details

.fieldObject



13965
13966
13967
# File 'lib/quickfix_fields.rb', line 13965

def StatusValue.field
	return 928
end