Class: Quickfix::SideValueInd

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideValueInd

Returns a new instance of SideValueInd.



15853
15854
15855
15856
15857
15858
15859
# File 'lib/quickfix_fields.rb', line 15853

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

Class Method Details

.fieldObject



15850
15851
15852
# File 'lib/quickfix_fields.rb', line 15850

def SideValueInd.field
	return 401
end