Class: Quickfix::NoLegProvisions

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProvisions

Returns a new instance of NoLegProvisions.



33117
33118
33119
33120
33121
33122
33123
# File 'lib/quickfix_fields.rb', line 33117

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