Class: Quickfix::RefApplVerID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RefApplVerID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefApplVerID
constructor
A new instance of RefApplVerID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RefApplVerID
Returns a new instance of RefApplVerID.
760 761 762 763 764 765 766 |
# File 'lib/quickfix_fields.rb', line 760 def initialize(data = nil) if( data == nil ) super(1130) else super(1130, data) end end |
Class Method Details
.field ⇒ Object
757 758 759 |
# File 'lib/quickfix_fields.rb', line 757 def RefApplVerID.field return 1130 end |