Class: Quickfix::DlvyInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DlvyInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DlvyInst
constructor
A new instance of DlvyInst.
Constructor Details
#initialize(data = nil) ⇒ DlvyInst
Returns a new instance of DlvyInst.
10848 10849 10850 10851 10852 10853 10854 |
# File 'lib/quickfix_fields.rb', line 10848 def initialize(data = nil) if( data == nil ) super(86) else super(86, data) end end |
Class Method Details
.field ⇒ Object
10845 10846 10847 |
# File 'lib/quickfix_fields.rb', line 10845 def DlvyInst.field return 86 end |