Class: Quickfix::LegSecondaryAssetClass

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

Instance Method Summary collapse

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