Class: Quickfix::NoLegStreamAssetAttributes

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegStreamAssetAttributes

Returns a new instance of NoLegStreamAssetAttributes.



48574
48575
48576
48577
48578
48579
48580
# File 'lib/quickfix_fields.rb', line 48574

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