Class: Quickfix::NoLegStreams

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegStreams

Returns a new instance of NoLegStreams.



30426
30427
30428
30429
30430
30431
30432
# File 'lib/quickfix_fields.rb', line 30426

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