Class: Quickfix::UnderlyingStreamAssetAttributeLimit

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

Returns a new instance of UnderlyingStreamAssetAttributeLimit.



53514
53515
53516
53517
53518
53519
53520
# File 'lib/quickfix_fields.rb', line 53514

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

Class Method Details

.fieldObject



53511
53512
53513
# File 'lib/quickfix_fields.rb', line 53511

def UnderlyingStreamAssetAttributeLimit.field
  return 41803
end