Class: Quickfix::InViewOfCommon

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InViewOfCommon

Returns a new instance of InViewOfCommon.



4153
4154
4155
4156
4157
4158
4159
# File 'lib/quickfix_fields.rb', line 4153

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

Class Method Details

.fieldObject



4150
4151
4152
# File 'lib/quickfix_fields.rb', line 4150

def InViewOfCommon.field
	return 328
end