Class: Quickfix::CashSettlTermXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlTermXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlTermXID
constructor
A new instance of CashSettlTermXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlTermXID
Returns a new instance of CashSettlTermXID.
27813 27814 27815 27816 27817 27818 27819 |
# File 'lib/quickfix_fields.rb', line 27813 def initialize(data = nil) if( data == nil ) super(40039) else super(40039, data) end end |
Class Method Details
.field ⇒ Object
27810 27811 27812 |
# File 'lib/quickfix_fields.rb', line 27810 def CashSettlTermXID.field return 40039 end |