Class: Quickfix::TotNoRelatedSym

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoRelatedSym

Returns a new instance of TotNoRelatedSym.



17400
17401
17402
17403
17404
17405
17406
# File 'lib/quickfix_fields.rb', line 17400

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

Class Method Details

.fieldObject



17397
17398
17399
# File 'lib/quickfix_fields.rb', line 17397

def TotNoRelatedSym.field
	return 393
end