Class: Quickfix::LegSecondaryAssetType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecondaryAssetType

Returns a new instance of LegSecondaryAssetType.



27215
27216
27217
27218
27219
27220
27221
# File 'lib/quickfix_fields.rb', line 27215

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