Class: Quickfix::LegAssetAttributeLimit

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) ⇒ LegAssetAttributeLimit

Returns a new instance of LegAssetAttributeLimit.



46663
46664
46665
46666
46667
46668
46669
# File 'lib/quickfix_fields.rb', line 46663

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

Class Method Details

.fieldObject



46660
46661
46662
# File 'lib/quickfix_fields.rb', line 46660

def LegAssetAttributeLimit.field
  return 2311
end