Class: Quickfix::LegCashSettlDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCashSettlDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlDateAdjusted
constructor
A new instance of LegCashSettlDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlDateAdjusted
Returns a new instance of LegCashSettlDateAdjusted.
64629 64630 64631 64632 64633 64634 64635 |
# File 'lib/quickfix_fields.rb', line 64629 def initialize(data = nil) if( data == nil ) super(42305) else super(42305, data) end end |
Class Method Details
.field ⇒ Object
64626 64627 64628 |
# File 'lib/quickfix_fields.rb', line 64626 def LegCashSettlDateAdjusted.field return 42305 end |