Class: Quickfix::CollAsgnTransType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollAsgnTransType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnTransType
constructor
A new instance of CollAsgnTransType.
Constructor Details
#initialize(data = nil) ⇒ CollAsgnTransType
Returns a new instance of CollAsgnTransType.
12213 12214 12215 12216 12217 12218 12219 |
# File 'lib/quickfix_fields.rb', line 12213 def initialize(data = nil) if( data == nil ) super(903) else super(903, data) end end |