Class: Quickfix::NetworkRequestType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NetworkRequestType

Returns a new instance of NetworkRequestType.



1748
1749
1750
1751
1752
1753
1754
# File 'lib/quickfix_fields.rb', line 1748

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

Class Method Details

.fieldObject



1745
1746
1747
# File 'lib/quickfix_fields.rb', line 1745

def NetworkRequestType.field
  return 935
end