Class: Quickfix::SettlDate2
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SettlDate2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlDate2
constructor
A new instance of SettlDate2.
Constructor Details
#initialize(data = nil) ⇒ SettlDate2
Returns a new instance of SettlDate2.
19155 19156 19157 19158 19159 19160 19161 |
# File 'lib/quickfix_fields.rb', line 19155 def initialize(data = nil) if( data == nil ) super(193) else super(193, data) end end |
Class Method Details
.field ⇒ Object
19152 19153 19154 |
# File 'lib/quickfix_fields.rb', line 19152 def SettlDate2.field return 193 end |