Class: Quickfix::SideValueInd
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SideValueInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideValueInd
constructor
A new instance of SideValueInd.
Constructor Details
#initialize(data = nil) ⇒ SideValueInd
Returns a new instance of SideValueInd.
15853 15854 15855 15856 15857 15858 15859 |
# File 'lib/quickfix_fields.rb', line 15853 def initialize(data = nil) if( data == nil ) super(401) else super(401, data) end end |
Class Method Details
.field ⇒ Object
15850 15851 15852 |
# File 'lib/quickfix_fields.rb', line 15850 def SideValueInd.field return 401 end |