Class: Quickfix::CollAsgnID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollAsgnID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnID
constructor
A new instance of CollAsgnID.
Constructor Details
#initialize(data = nil) ⇒ CollAsgnID
Returns a new instance of CollAsgnID.
7624 7625 7626 7627 7628 7629 7630 |
# File 'lib/quickfix_fields.rb', line 7624 def initialize(data = nil) if( data == nil ) super(902) else super(902, data) end end |
Class Method Details
.field ⇒ Object
7621 7622 7623 |
# File 'lib/quickfix_fields.rb', line 7621 def CollAsgnID.field return 902 end |