Class: Quickfix::LegCashSettlValuationTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCashSettlValuationTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlValuationTime
constructor
A new instance of LegCashSettlValuationTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlValuationTime
Returns a new instance of LegCashSettlValuationTime.
46767 46768 46769 46770 46771 46772 46773 |
# File 'lib/quickfix_fields.rb', line 46767 def initialize(data = nil) if( data == nil ) super(41349) else super(41349, data) end end |
Class Method Details
.field ⇒ Object
46764 46765 46766 |
# File 'lib/quickfix_fields.rb', line 46764 def LegCashSettlValuationTime.field return 41349 end |