Class: Quickfix::AssetAttributeLimit

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

Returns a new instance of AssetAttributeLimit.



40657
40658
40659
40660
40661
40662
40663
# File 'lib/quickfix_fields.rb', line 40657

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

Class Method Details

.fieldObject



40654
40655
40656
# File 'lib/quickfix_fields.rb', line 40654

def AssetAttributeLimit.field
  return 2307
end