Class: Quickfix::DlvyInstType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::DlvyInstType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DlvyInstType
constructor
A new instance of DlvyInstType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ DlvyInstType
Returns a new instance of DlvyInstType.
10744 10745 10746 10747 10748 10749 10750 |
# File 'lib/quickfix_fields.rb', line 10744 def initialize(data = nil) if( data == nil ) super(787) else super(787, data) end end |
Class Method Details
.field ⇒ Object
10741 10742 10743 |
# File 'lib/quickfix_fields.rb', line 10741 def DlvyInstType.field return 787 end |