Class: Quickfix::NoLegAssetAttributes

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoLegAssetAttributes

Returns a new instance of NoLegAssetAttributes.



46624
46625
46626
46627
46628
46629
46630
# File 'lib/quickfix_fields.rb', line 46624

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

Class Method Details

.fieldObject



46621
46622
46623
# File 'lib/quickfix_fields.rb', line 46621

def NoLegAssetAttributes.field
  return 2308
end