Class: Quickfix::MasterConfirmationDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MasterConfirmationDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MasterConfirmationDesc
constructor
A new instance of MasterConfirmationDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MasterConfirmationDesc
Returns a new instance of MasterConfirmationDesc.
25694 25695 25696 25697 25698 25699 25700 |
# File 'lib/quickfix_fields.rb', line 25694 def initialize(data = nil) if( data == nil ) super(1962) else super(1962, data) end end |
Class Method Details
.field ⇒ Object
25691 25692 25693 |
# File 'lib/quickfix_fields.rb', line 25691 def MasterConfirmationDesc.field return 1962 end |