Class: Quickfix::RefMsgType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RefMsgType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefMsgType
constructor
A new instance of RefMsgType.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RefMsgType
Returns a new instance of RefMsgType.
578 579 580 581 582 583 584 |
# File 'lib/quickfix_fields.rb', line 578 def initialize(data = nil) if( data == nil ) super(372) else super(372, data) end end |
Class Method Details
.field ⇒ Object
575 576 577 |
# File 'lib/quickfix_fields.rb', line 575 def RefMsgType.field return 372 end |