Class: Quickfix::EventInitiatorType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::EventInitiatorType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventInitiatorType
constructor
A new instance of EventInitiatorType.
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 |