Class: Quickfix::ThrottleNoMsgs

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

Instance Method Summary collapse

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