Class: Quickfix::UnderlyingAssetAttributeLimit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingAssetAttributeLimit

Returns a new instance of UnderlyingAssetAttributeLimit.



52019
52020
52021
52022
52023
52024
52025
# File 'lib/quickfix_fields.rb', line 52019

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

Class Method Details

.fieldObject



52016
52017
52018
# File 'lib/quickfix_fields.rb', line 52016

def UnderlyingAssetAttributeLimit.field
	return 2315
end