Class: Quickfix::LegSecondaryAssetSubClass

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecondaryAssetSubClass

Returns a new instance of LegSecondaryAssetSubClass.



27202
27203
27204
27205
27206
27207
27208
# File 'lib/quickfix_fields.rb', line 27202

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