Class: Quickfix::CashSettlValuationTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashSettlValuationTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlValuationTime
constructor
A new instance of CashSettlValuationTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashSettlValuationTime
27631 27632 27633 27634 27635 27636 27637 |
# File 'lib/quickfix_fields.rb', line 27631 def initialize(data = nil) if( data == nil ) super(40025) else super(40025, data) end end |
Class Method Details
.field ⇒ Object
27628 27629 27630 |
# File 'lib/quickfix_fields.rb', line 27628 def CashSettlValuationTime.field return 40025 end |