Class: Quickfix::UnderlyingSettlementStatus
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingSettlementStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlementStatus
constructor
A new instance of UnderlyingSettlementStatus.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlementStatus
Returns a new instance of UnderlyingSettlementStatus.
13318 13319 13320 13321 13322 13323 13324 |
# File 'lib/quickfix_fields.rb', line 13318 def initialize(data = nil) if( data == nil ) super(988) else super(988, data) end end |
Class Method Details
.field ⇒ Object
13315 13316 13317 |
# File 'lib/quickfix_fields.rb', line 13315 def .field return 988 end |