Class: Quickfix::LegMasterConfirmationDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegMasterConfirmationDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMasterConfirmationDesc
constructor
A new instance of LegMasterConfirmationDesc.
Constructor Details
#initialize(data = nil) ⇒ LegMasterConfirmationDesc
Returns a new instance of LegMasterConfirmationDesc.
61496 61497 61498 61499 61500 61501 61502 |
# File 'lib/quickfix_fields.rb', line 61496 def initialize(data = nil) if( data == nil ) super(2511) else super(2511, data) end end |