Class: Quickfix::UnderlyingPricingDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPricingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPricingDateUnadjusted
constructor
A new instance of UnderlyingPricingDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPricingDateUnadjusted
Returns a new instance of UnderlyingPricingDateUnadjusted.
55594 55595 55596 55597 55598 55599 55600 |
# File 'lib/quickfix_fields.rb', line 55594 def initialize(data = nil) if( data == nil ) super(41949) else super(41949, data) end end |
Class Method Details
.field ⇒ Object
55591 55592 55593 |
# File 'lib/quickfix_fields.rb', line 55591 def .field return 41949 end |