Class: Quickfix::PricingDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PricingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PricingDateAdjusted
constructor
A new instance of PricingDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PricingDateAdjusted
Returns a new instance of PricingDateAdjusted.
45259 45260 45261 45262 45263 45264 45265 |
# File 'lib/quickfix_fields.rb', line 45259 def initialize(data = nil) if( data == nil ) super(41234) else super(41234, data) end end |
Class Method Details
.field ⇒ Object
45256 45257 45258 |
# File 'lib/quickfix_fields.rb', line 45256 def PricingDateAdjusted.field return 41234 end |