Class: Quickfix::LegPricingDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPricingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPricingDateUnadjusted
constructor
A new instance of LegPricingDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPricingDateUnadjusted
Returns a new instance of LegPricingDateUnadjusted.
50680 50681 50682 50683 50684 50685 50686 |
# File 'lib/quickfix_fields.rb', line 50680 def initialize(data = nil) if( data == nil ) super(41609) else super(41609, data) end end |
Class Method Details
.field ⇒ Object
50677 50678 50679 |
# File 'lib/quickfix_fields.rb', line 50677 def LegPricingDateUnadjusted.field return 41609 end |