Class: Quickfix::EntitlementAttribValue

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

Returns a new instance of EntitlementAttribValue.



23276
23277
23278
23279
23280
23281
23282
# File 'lib/quickfix_fields.rb', line 23276

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

Class Method Details

.fieldObject



23273
23274
23275
# File 'lib/quickfix_fields.rb', line 23273

def EntitlementAttribValue.field
  return 1780
end