Class: Quickfix::NoUnderlyingAssetAttributes

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

Instance Method Summary collapse

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