Class: Quickfix::UnderlyingSecondaryAssetSubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingSecondaryAssetSubType

Returns a new instance of UnderlyingSecondaryAssetSubType.



76342
76343
76344
76345
76346
76347
76348
# File 'lib/quickfix_fields.rb', line 76342

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