Class: Quickfix::LegSecurityID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegSecurityID

Returns a new instance of LegSecurityID.



8183
8184
8185
8186
8187
8188
8189
# File 'lib/quickfix_fields.rb', line 8183

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