Class: Quickfix::RelatedSecurityID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedSecurityID

Returns a new instance of RelatedSecurityID.



20299
20300
20301
20302
20303
20304
20305
# File 'lib/quickfix_fields.rb', line 20299

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