Class: Quickfix::LastNetworkResponseID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastNetworkResponseID

Returns a new instance of LastNetworkResponseID.



9457
9458
9459
9460
9461
9462
9463
# File 'lib/quickfix_fields.rb', line 9457

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

Class Method Details

.fieldObject



9454
9455
9456
# File 'lib/quickfix_fields.rb', line 9454

def LastNetworkResponseID.field
	return 934
end