Class: Quickfix::LegMasterConfirmationAnnexDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegMasterConfirmationAnnexDesc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegMasterConfirmationAnnexDesc
constructor
A new instance of LegMasterConfirmationAnnexDesc.
Constructor Details
#initialize(data = nil) ⇒ LegMasterConfirmationAnnexDesc
Returns a new instance of LegMasterConfirmationAnnexDesc.
61509 61510 61511 61512 61513 61514 61515 |
# File 'lib/quickfix_fields.rb', line 61509 def initialize(data = nil) if( data == nil ) super(2512) else super(2512, data) end end |