Class: Quickfix::LegPricingDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPricingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPricingDateAdjusted
constructor
A new instance of LegPricingDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPricingDateAdjusted
Returns a new instance of LegPricingDateAdjusted.
50706 50707 50708 50709 50710 50711 50712 |
# File 'lib/quickfix_fields.rb', line 50706 def initialize(data = nil) if( data == nil ) super(41611) else super(41611, data) end end |
Class Method Details
.field ⇒ Object
50703 50704 50705 |
# File 'lib/quickfix_fields.rb', line 50703 def LegPricingDateAdjusted.field return 41611 end |