Class: Quickfix::RefAllocID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::RefAllocID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RefAllocID
constructor
A new instance of RefAllocID.
Constructor Details
#initialize(data = nil) ⇒ RefAllocID
Returns a new instance of RefAllocID.
12408 12409 12410 12411 12412 12413 12414 |
# File 'lib/quickfix_fields.rb', line 12408 def initialize(data = nil) if( data == nil ) super(72) else super(72, data) end end |
Class Method Details
.field ⇒ Object
12405 12406 12407 |
# File 'lib/quickfix_fields.rb', line 12405 def RefAllocID.field return 72 end |