Class: Quickfix::LegAssetSubClass

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegAssetSubClass

Returns a new instance of LegAssetSubClass.



27072
27073
27074
27075
27076
27077
27078
# File 'lib/quickfix_fields.rb', line 27072

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

Class Method Details

.fieldObject



27069
27070
27071
# File 'lib/quickfix_fields.rb', line 27069

def LegAssetSubClass.field
	return 2068
end