Class: Quickfix::UnderlyingCashSettlTermXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlTermXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlTermXID
constructor
A new instance of UnderlyingCashSettlTermXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlTermXID
Returns a new instance of UnderlyingCashSettlTermXID.
58597 58598 58599 58600 58601 58602 58603 |
# File 'lib/quickfix_fields.rb', line 58597 def initialize(data = nil) if( data == nil ) super(42059) else super(42059, data) end end |
Class Method Details
.field ⇒ Object
58594 58595 58596 |
# File 'lib/quickfix_fields.rb', line 58594 def .field return 42059 end |