Class: Quickfix::MailingInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MailingInst
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MailingInst
constructor
A new instance of MailingInst.
Constructor Details
#initialize(data = nil) ⇒ MailingInst
Returns a new instance of MailingInst.
6662 6663 6664 6665 6666 6667 6668 |
# File 'lib/quickfix_fields.rb', line 6662 def initialize(data = nil) if( data == nil ) super(482) else super(482, data) end end |