Class: Quickfix::CollAsgnRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollAsgnRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnRefID
constructor
A new instance of CollAsgnRefID.
Constructor Details
#initialize(data = nil) ⇒ CollAsgnRefID
Returns a new instance of CollAsgnRefID.
17296 17297 17298 17299 17300 17301 17302 |
# File 'lib/quickfix_fields.rb', line 17296 def initialize(data = nil) if( data == nil ) super(907) else super(907, data) end end |
Class Method Details
.field ⇒ Object
17293 17294 17295 |
# File 'lib/quickfix_fields.rb', line 17293 def CollAsgnRefID.field return 907 end |