Class: Quickfix::Product
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Product
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Product
constructor
A new instance of Product.
Constructor Details
#initialize(data = nil) ⇒ Product
Returns a new instance of Product.
17907 17908 17909 17910 17911 17912 17913 |
# File 'lib/quickfix_fields.rb', line 17907 def initialize(data = nil) if( data == nil ) super(460) else super(460, data) end end |
Class Method Details
.field ⇒ Object
17904 17905 17906 |
# File 'lib/quickfix_fields.rb', line 17904 def Product.field return 460 end |