Class: Quickfix::LegProduct
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegProduct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProduct
constructor
A new instance of LegProduct.
Constructor Details
#initialize(data = nil) ⇒ LegProduct
Returns a new instance of LegProduct.
5414 5415 5416 5417 5418 5419 5420 |
# File 'lib/quickfix_fields.rb', line 5414 def initialize(data = nil) if( data == nil ) super(607) else super(607, data) end end |
Class Method Details
.field ⇒ Object
5411 5412 5413 |
# File 'lib/quickfix_fields.rb', line 5411 def LegProduct.field return 607 end |