Class: Quickfix::UnderlyingStreamReceiveSide

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

Returns a new instance of UnderlyingStreamReceiveSide.



34365
34366
34367
34368
34369
34370
34371
# File 'lib/quickfix_fields.rb', line 34365

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

Class Method Details

.fieldObject



34362
34363
34364
# File 'lib/quickfix_fields.rb', line 34362

def UnderlyingStreamReceiveSide.field
  return 40544
end