Class: Quickfix::PossResend
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::PossResend
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PossResend
constructor
A new instance of PossResend.
Constructor Details
#initialize(data = nil) ⇒ PossResend
Returns a new instance of PossResend.
292 293 294 295 296 297 298 |
# File 'lib/quickfix_fields.rb', line 292 def initialize(data = nil) if( data == nil ) super(97) else super(97, data) end end |