Class: Quickfix::NoUnderlyingAssetAttributes

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingAssetAttributes

Returns a new instance of NoUnderlyingAssetAttributes.



51980
51981
51982
51983
51984
51985
51986
# File 'lib/quickfix_fields.rb', line 51980

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

Class Method Details

.fieldObject



51977
51978
51979
# File 'lib/quickfix_fields.rb', line 51977

def NoUnderlyingAssetAttributes.field
	return 2312
end