Class: Quickfix::NoLegStreams

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

Class Method Details

.fieldObject



30423
30424
30425
# File 'lib/quickfix_fields.rb', line 30423

def NoLegStreams.field
  return 40241
end