Class: Quickfix::SideTrdSubTyp
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SideTrdSubTyp
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideTrdSubTyp
constructor
A new instance of SideTrdSubTyp.
Constructor Details
#initialize(data = nil) ⇒ SideTrdSubTyp
9184 9185 9186 9187 9188 9189 9190 |
# File 'lib/quickfix_fields.rb', line 9184 def initialize(data = nil) if( data == nil ) super(1008) else super(1008, data) end end |
Class Method Details
.field ⇒ Object
9181 9182 9183 |
# File 'lib/quickfix_fields.rb', line 9181 def SideTrdSubTyp.field return 1008 end |