Class: Quickfix::LegSecondaryAssetClass

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) ⇒ LegSecondaryAssetClass

Returns a new instance of LegSecondaryAssetClass.



27189
27190
27191
27192
27193
27194
27195
# File 'lib/quickfix_fields.rb', line 27189

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

Class Method Details

.fieldObject



27186
27187
27188
# File 'lib/quickfix_fields.rb', line 27186

def LegSecondaryAssetClass.field
	return 2077
end