Class: Quickfix::ThrottleNoMsgs

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

Returns a new instance of ThrottleNoMsgs.



22132
22133
22134
22135
22136
22137
22138
# File 'lib/quickfix_fields.rb', line 22132

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

Class Method Details

.fieldObject



22129
22130
22131
# File 'lib/quickfix_fields.rb', line 22129

def ThrottleNoMsgs.field
	return 1613
end