Class: Quickfix::NetworkStatusResponseType

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

Returns a new instance of NetworkStatusResponseType.



12642
12643
12644
12645
12646
12647
12648
# File 'lib/quickfix_fields.rb', line 12642

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

Class Method Details

.fieldObject



12639
12640
12641
# File 'lib/quickfix_fields.rb', line 12639

def NetworkStatusResponseType.field
	return 937
end