Class: Quickfix::AllocLinkID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AllocLinkID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocLinkID
constructor
A new instance of AllocLinkID.
Constructor Details
#initialize(data = nil) ⇒ AllocLinkID
Returns a new instance of AllocLinkID.
15359 15360 15361 15362 15363 15364 15365 |
# File 'lib/quickfix_fields.rb', line 15359 def initialize(data = nil) if( data == nil ) super(196) else super(196, data) end end |
Class Method Details
.field ⇒ Object
15356 15357 15358 |
# File 'lib/quickfix_fields.rb', line 15356 def AllocLinkID.field return 196 end |