Class: Quickfix::NewsRefType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NewsRefType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NewsRefType
constructor
A new instance of NewsRefType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NewsRefType
Returns a new instance of NewsRefType.
19545 19546 19547 19548 19549 19550 19551 |
# File 'lib/quickfix_fields.rb', line 19545 def initialize(data = nil) if( data == nil ) super(1477) else super(1477, data) end end |
Class Method Details
.field ⇒ Object
19542 19543 19544 |
# File 'lib/quickfix_fields.rb', line 19542 def NewsRefType.field return 1477 end |