Class: Quickfix::MailingInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MailingInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MailingInst
constructor
A new instance of MailingInst.
Constructor Details
#initialize(data = nil) ⇒ MailingInst
3464 3465 3466 3467 3468 3469 3470 |
# File 'lib/quickfix_fields.rb', line 3464 def initialize(data = nil) if( data == nil ) super(482) else super(482, data) end end |
Class Method Details
.field ⇒ Object
3461 3462 3463 |
# File 'lib/quickfix_fields.rb', line 3461 def MailingInst.field return 482 end |