Class: Quickfix::RegistDtls
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RegistDtls
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistDtls
constructor
A new instance of RegistDtls.
Constructor Details
#initialize(data = nil) ⇒ RegistDtls
Returns a new instance of RegistDtls.
13773 13774 13775 13776 13777 13778 13779 |
# File 'lib/quickfix_fields.rb', line 13773 def initialize(data = nil) if( data == nil ) super(509) else super(509, data) end end |
Class Method Details
.field ⇒ Object
13770 13771 13772 |
# File 'lib/quickfix_fields.rb', line 13770 def RegistDtls.field return 509 end |