Class: Quickfix::UserStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UserStatus

Returns a new instance of UserStatus.



12759
12760
12761
12762
12763
12764
12765
# File 'lib/quickfix_fields.rb', line 12759

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

Class Method Details

.fieldObject



12756
12757
12758
# File 'lib/quickfix_fields.rb', line 12756

def UserStatus.field
	return 926
end