Class: Quickfix::MailingDtls
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MailingDtls
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MailingDtls
constructor
A new instance of MailingDtls.
Constructor Details
#initialize(data = nil) ⇒ MailingDtls
Returns a new instance of MailingDtls.
7143 7144 7145 7146 7147 7148 7149 |
# File 'lib/quickfix_fields.rb', line 7143 def initialize(data = nil) if( data == nil ) super(474) else super(474, data) end end |
Class Method Details
.field ⇒ Object
7140 7141 7142 |
# File 'lib/quickfix_fields.rb', line 7140 def MailingDtls.field return 474 end |