Class: Quickfix::LegCashSettlDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCashSettlDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlDateUnadjusted
constructor
A new instance of LegCashSettlDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlDateUnadjusted
Returns a new instance of LegCashSettlDateUnadjusted.
64551 64552 64553 64554 64555 64556 64557 |
# File 'lib/quickfix_fields.rb', line 64551 def initialize(data = nil) if( data == nil ) super(42299) else super(42299, data) end end |
Class Method Details
.field ⇒ Object
64548 64549 64550 |
# File 'lib/quickfix_fields.rb', line 64548 def LegCashSettlDateUnadjusted.field return 42299 end |