Class: Quickfix::LegSettlDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSettlDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlDate
constructor
A new instance of LegSettlDate.
Constructor Details
#initialize(data = nil) ⇒ LegSettlDate
Returns a new instance of LegSettlDate.
13305 13306 13307 13308 13309 13310 13311 |
# File 'lib/quickfix_fields.rb', line 13305 def initialize(data = nil) if( data == nil ) super(588) else super(588, data) end end |
Class Method Details
.field ⇒ Object
13302 13303 13304 |
# File 'lib/quickfix_fields.rb', line 13302 def LegSettlDate.field return 588 end |