Class: Quickfix::EncodedFirmAllocTextLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedFirmAllocTextLen

Returns a new instance of EncodedFirmAllocTextLen.



22509
22510
22511
22512
22513
22514
22515
# File 'lib/quickfix_fields.rb', line 22509

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