Class: Quickfix::DueToRelated
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::DueToRelated
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DueToRelated
constructor
A new instance of DueToRelated.
Constructor Details
#initialize(data = nil) ⇒ DueToRelated
Returns a new instance of DueToRelated.
8651 8652 8653 8654 8655 8656 8657 |
# File 'lib/quickfix_fields.rb', line 8651 def initialize(data = nil) if( data == nil ) super(329) else super(329, data) end end |
Class Method Details
.field ⇒ Object
8648 8649 8650 |
# File 'lib/quickfix_fields.rb', line 8648 def DueToRelated.field return 329 end |