Class: Quickfix::BusinessRejectRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::BusinessRejectRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ BusinessRejectRefID
constructor
A new instance of BusinessRejectRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ BusinessRejectRefID
Returns a new instance of BusinessRejectRefID.
4725 4726 4727 4728 4729 4730 4731 |
# File 'lib/quickfix_fields.rb', line 4725 def initialize(data = nil) if( data == nil ) super(379) else super(379, data) end end |
Class Method Details
.field ⇒ Object
4722 4723 4724 |
# File 'lib/quickfix_fields.rb', line 4722 def BusinessRejectRefID.field return 379 end |