Class: Quickfix::RegistDetls
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RegistDetls
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistDetls
constructor
A new instance of RegistDetls.
Constructor Details
#initialize(data = nil) ⇒ RegistDetls
Returns a new instance of RegistDetls.
16204 16205 16206 16207 16208 16209 16210 |
# File 'lib/quickfix_fields.rb', line 16204 def initialize(data = nil) if( data == nil ) super(509) else super(509, data) end end |
Class Method Details
.field ⇒ Object
16201 16202 16203 |
# File 'lib/quickfix_fields.rb', line 16201 def RegistDetls.field return 509 end |