Class: Quickfix::NoDlvyInst
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoDlvyInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDlvyInst
constructor
A new instance of NoDlvyInst.
Constructor Details
#initialize(data = nil) ⇒ NoDlvyInst
Returns a new instance of NoDlvyInst.
3425 3426 3427 3428 3429 3430 3431 |
# File 'lib/quickfix_fields.rb', line 3425 def initialize(data = nil) if( data == nil ) super(85) else super(85, data) end end |
Class Method Details
.field ⇒ Object
3422 3423 3424 |
# File 'lib/quickfix_fields.rb', line 3422 def NoDlvyInst.field return 85 end |