Class: Quickfix::StreamAsgnType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::StreamAsgnType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnType
constructor
A new instance of StreamAsgnType.
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnType
Returns a new instance of StreamAsgnType.
13435 13436 13437 13438 13439 13440 13441 |
# File 'lib/quickfix_fields.rb', line 13435 def initialize(data = nil) if( data == nil ) super(1617) else super(1617, data) end end |
Class Method Details
.field ⇒ Object
13432 13433 13434 |
# File 'lib/quickfix_fields.rb', line 13432 def StreamAsgnType.field return 1617 end |