Class: Quickfix::RegistDetls
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RegistDetls
Returns a new instance of RegistDetls.
7000 7001 7002 7003 7004 7005 7006 |
# File 'lib/quickfix_fields.rb', line 7000 def initialize(data = nil) if( data == nil ) super(509) else super(509, data) end end |
Class Method Details
.field ⇒ Object
6997 6998 6999 |
# File 'lib/quickfix_fields.rb', line 6997 def RegistDetls.field return 509 end |