Class: Quickfix::InViewOfCommon

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InViewOfCommon

Returns a new instance of InViewOfCommon.



11784
11785
11786
11787
11788
11789
11790
# File 'lib/quickfix_fields.rb', line 11784

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

Class Method Details

.fieldObject



11781
11782
11783
# File 'lib/quickfix_fields.rb', line 11781

def InViewOfCommon.field
	return 328
end