Class: Quickfix::DerivativeSecurityGroup

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeSecurityGroup

Returns a new instance of DerivativeSecurityGroup.



16568
16569
16570
16571
16572
16573
16574
# File 'lib/quickfix_fields.rb', line 16568

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