Class: Quickfix::UnderlyingCashSettlValuationTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlValuationTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationTime
constructor
A new instance of UnderlyingCashSettlValuationTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationTime
Returns a new instance of UnderlyingCashSettlValuationTime.
58428 58429 58430 58431 58432 58433 58434 |
# File 'lib/quickfix_fields.rb', line 58428 def initialize(data = nil) if( data == nil ) super(42046) else super(42046, data) end end |
Class Method Details
.field ⇒ Object
58425 58426 58427 |
# File 'lib/quickfix_fields.rb', line 58425 def .field return 42046 end |