Class: Quickfix::LegSecurityGroup

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



21882
21883
21884
# File 'lib/quickfix_fields.rb', line 21882

def LegSecurityGroup.field
	return 1594
end