Class: Quickfix::OpenCloseSettlFlag
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::OpenCloseSettlFlag
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OpenCloseSettlFlag
constructor
A new instance of OpenCloseSettlFlag.
Constructor Details
#initialize(data = nil) ⇒ OpenCloseSettlFlag
Returns a new instance of OpenCloseSettlFlag.
6675 6676 6677 6678 6679 6680 6681 |
# File 'lib/quickfix_fields.rb', line 6675 def initialize(data = nil) if( data == nil ) super(286) else super(286, data) end end |
Class Method Details
.field ⇒ Object
6672 6673 6674 |
# File 'lib/quickfix_fields.rb', line 6672 def OpenCloseSettlFlag.field return 286 end |