Class: Quickfix::RegistEmail
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RegistEmail
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistEmail
constructor
A new instance of RegistEmail.
Constructor Details
#initialize(data = nil) ⇒ RegistEmail
Returns a new instance of RegistEmail.
7910 7911 7912 7913 7914 7915 7916 |
# File 'lib/quickfix_fields.rb', line 7910 def initialize(data = nil) if( data == nil ) super(511) else super(511, data) end end |
Class Method Details
.field ⇒ Object
7907 7908 7909 |
# File 'lib/quickfix_fields.rb', line 7907 def RegistEmail.field return 511 end |