Class: Quickfix::FutSettDate2
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::FutSettDate2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FutSettDate2
constructor
A new instance of FutSettDate2.
Constructor Details
#initialize(data = nil) ⇒ FutSettDate2
Returns a new instance of FutSettDate2.
8248 8249 8250 8251 8252 8253 8254 |
# File 'lib/quickfix_fields.rb', line 8248 def initialize(data = nil) if( data == nil ) super(193) else super(193, data) end end |
Class Method Details
.field ⇒ Object
8245 8246 8247 |
# File 'lib/quickfix_fields.rb', line 8245 def FutSettDate2.field return 193 end |