Class: Quickfix::EventInitiatorType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::EventInitiatorType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventInitiatorType
constructor
A new instance of EventInitiatorType.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ EventInitiatorType
Returns a new instance of EventInitiatorType.
77447 77448 77449 77450 77451 77452 77453 |
# File 'lib/quickfix_fields.rb', line 77447 def initialize(data = nil) if( data == nil ) super(2830) else super(2830, data) end end |
Class Method Details
.field ⇒ Object
77444 77445 77446 |
# File 'lib/quickfix_fields.rb', line 77444 def EventInitiatorType.field return 2830 end |