Class: Quickfix::LegalConfirm
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegalConfirm
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegalConfirm
constructor
A new instance of LegalConfirm.
Constructor Details
#initialize(data = nil) ⇒ LegalConfirm
Returns a new instance of LegalConfirm.
17478 17479 17480 17481 17482 17483 17484 |
# File 'lib/quickfix_fields.rb', line 17478 def initialize(data = nil) if( data == nil ) super(650) else super(650, data) end end |
Class Method Details
.field ⇒ Object
17475 17476 17477 |
# File 'lib/quickfix_fields.rb', line 17475 def LegalConfirm.field return 650 end |