Class: Quickfix::UnderlyingCashSettlDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCashSettlDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlDateUnadjusted
constructor
A new instance of UnderlyingCashSettlDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlDateUnadjusted
Returns a new instance of UnderlyingCashSettlDateUnadjusted.
70947 70948 70949 70950 70951 70952 70953 |
# File 'lib/quickfix_fields.rb', line 70947 def initialize(data = nil) if( data == nil ) super(42790) else super(42790, data) end end |
Class Method Details
.field ⇒ Object
70944 70945 70946 |
# File 'lib/quickfix_fields.rb', line 70944 def .field return 42790 end |