Class: Quickfix::StreamAsgnRptID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamAsgnRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnRptID
constructor
A new instance of StreamAsgnRptID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnRptID
Returns a new instance of StreamAsgnRptID.
19857 19858 19859 19860 19861 19862 19863 |
# File 'lib/quickfix_fields.rb', line 19857 def initialize(data = nil) if( data == nil ) super(1501) else super(1501, data) end end |
Class Method Details
.field ⇒ Object
19854 19855 19856 |
# File 'lib/quickfix_fields.rb', line 19854 def StreamAsgnRptID.field return 1501 end |