Class: Quickfix::LegSecurityGroup

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityGroup

Returns a new instance of LegSecurityGroup.



21885
21886
21887
21888
21889
21890
21891
# File 'lib/quickfix_fields.rb', line 21885

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