Class: Quickfix::RefApplID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::RefApplID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefApplID
constructor
A new instance of RefApplID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ RefApplID
Returns a new instance of RefApplID.
18583 18584 18585 18586 18587 18588 18589 |
# File 'lib/quickfix_fields.rb', line 18583 def initialize(data = nil) if( data == nil ) super(1355) else super(1355, data) end end |
Class Method Details
.field ⇒ Object
18580 18581 18582 |
# File 'lib/quickfix_fields.rb', line 18580 def RefApplID.field return 1355 end |