Class: Quickfix::EncodedUnderlyingIssuer

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingIssuer

Returns a new instance of EncodedUnderlyingIssuer.



16035
16036
16037
16038
16039
16040
16041
# File 'lib/quickfix_fields.rb', line 16035

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

Class Method Details

.fieldObject



16032
16033
16034
# File 'lib/quickfix_fields.rb', line 16032

def EncodedUnderlyingIssuer.field
	return 363
end