Class: Quickfix::LegCPProgram

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCPProgram

Returns a new instance of LegCPProgram.



43244
43245
43246
43247
43248
43249
43250
# File 'lib/quickfix_fields.rb', line 43244

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