Class: Quickfix::PossDupFlag
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::PossDupFlag
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PossDupFlag
constructor
A new instance of PossDupFlag.
Constructor Details
#initialize(data = nil) ⇒ PossDupFlag
Returns a new instance of PossDupFlag.
16594 16595 16596 16597 16598 16599 16600 |
# File 'lib/quickfix_fields.rb', line 16594 def initialize(data = nil) if( data == nil ) super(43) else super(43, data) end end |
Class Method Details
.field ⇒ Object
16591 16592 16593 |
# File 'lib/quickfix_fields.rb', line 16591 def PossDupFlag.field return 43 end |