Class: Quickfix::LegIssuer

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegIssuer

Returns a new instance of LegIssuer.



16191
16192
16193
16194
16195
16196
16197
# File 'lib/quickfix_fields.rb', line 16191

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

Class Method Details

.fieldObject



16188
16189
16190
# File 'lib/quickfix_fields.rb', line 16188

def LegIssuer.field
	return 617
end