Class: Quickfix::NewsRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::NewsRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NewsRefID
constructor
A new instance of NewsRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ NewsRefID
Returns a new instance of NewsRefID.
19532 19533 19534 19535 19536 19537 19538 |
# File 'lib/quickfix_fields.rb', line 19532 def initialize(data = nil) if( data == nil ) super(1476) else super(1476, data) end end |
Class Method Details
.field ⇒ Object
19529 19530 19531 |
# File 'lib/quickfix_fields.rb', line 19529 def NewsRefID.field return 1476 end |