Class: Quickfix::LegCPProgram
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegCPProgram
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCPProgram
constructor
A new instance of LegCPProgram.
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 |