Class: Quickfix::ProductComplex
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ProductComplex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProductComplex
constructor
A new instance of ProductComplex.
Constructor Details
#initialize(data = nil) ⇒ ProductComplex
Returns a new instance of ProductComplex.
12434 12435 12436 12437 12438 12439 12440 |
# File 'lib/quickfix_fields.rb', line 12434 def initialize(data = nil) if( data == nil ) super(1227) else super(1227, data) end end |
Class Method Details
.field ⇒ Object
12431 12432 12433 |
# File 'lib/quickfix_fields.rb', line 12431 def ProductComplex.field return 1227 end |