Class: Quickfix::LegAssetAttributeValue

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

Returns a new instance of LegAssetAttributeValue.



46650
46651
46652
46653
46654
46655
46656
# File 'lib/quickfix_fields.rb', line 46650

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

Class Method Details

.fieldObject



46647
46648
46649
# File 'lib/quickfix_fields.rb', line 46647

def LegAssetAttributeValue.field
  return 2310
end