Class: Quickfix::NoUnderlyingStreams

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

Returns a new instance of NoUnderlyingStreams.



34313
34314
34315
34316
34317
34318
34319
# File 'lib/quickfix_fields.rb', line 34313

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

Class Method Details

.fieldObject



34310
34311
34312
# File 'lib/quickfix_fields.rb', line 34310

def NoUnderlyingStreams.field
	return 40540
end