Class: Quickfix::LegSettlDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlDate
Returns a new instance of LegSettlDate.
9093 9094 9095 9096 9097 9098 9099 |
# File 'lib/quickfix_fields.rb', line 9093 def initialize(data = nil) if( data == nil ) super(588) else super(588, data) end end |
Class Method Details
.field ⇒ Object
9090 9091 9092 |
# File 'lib/quickfix_fields.rb', line 9090 def LegSettlDate.field return 588 end |