Class: Quickfix::SecondaryAssetSubType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecondaryAssetSubType

Returns a new instance of SecondaryAssetSubType.



76277
76278
76279
76280
76281
76282
76283
# File 'lib/quickfix_fields.rb', line 76277

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