Class: Quickfix::StreamAsgnReqType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::StreamAsgnReqType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnReqType
constructor
A new instance of StreamAsgnReqType.
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnReqType
Returns a new instance of StreamAsgnReqType.
3698 3699 3700 3701 3702 3703 3704 |
# File 'lib/quickfix_fields.rb', line 3698 def initialize(data = nil) if( data == nil ) super(1498) else super(1498, data) end end |
Class Method Details
.field ⇒ Object
3695 3696 3697 |
# File 'lib/quickfix_fields.rb', line 3695 def StreamAsgnReqType.field return 1498 end |