Class: Quickfix::StreamAssetAttributeLimit

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

Returns a new instance of StreamAssetAttributeLimit.



45337
45338
45339
45340
45341
45342
45343
# File 'lib/quickfix_fields.rb', line 45337

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

Class Method Details

.fieldObject



45334
45335
45336
# File 'lib/quickfix_fields.rb', line 45334

def StreamAssetAttributeLimit.field
  return 41240
end