Class: Quickfix::StreamAsgnAckType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamAsgnAckType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnAckType
constructor
A new instance of StreamAsgnAckType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnAckType
Returns a new instance of StreamAsgnAckType.
19883 19884 19885 19886 19887 19888 19889 |
# File 'lib/quickfix_fields.rb', line 19883 def initialize(data = nil) if( data == nil ) super(1503) else super(1503, data) end end |
Class Method Details
.field ⇒ Object
19880 19881 19882 |
# File 'lib/quickfix_fields.rb', line 19880 def StreamAsgnAckType.field return 1503 end |