Class: Quickfix::AggressorSide
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::AggressorSide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AggressorSide
constructor
A new instance of AggressorSide.
Constructor Details
#initialize(data = nil) ⇒ AggressorSide
Returns a new instance of AggressorSide.
60664 60665 60666 60667 60668 60669 60670 |
# File 'lib/quickfix_fields.rb', line 60664 def initialize(data = nil) if( data == nil ) super(2446) else super(2446, data) end end |