Class: Quickfix::LegPaymentStreamPricingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamPricingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingDate
constructor
A new instance of LegPaymentStreamPricingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingDate
Returns a new instance of LegPaymentStreamPricingDate.
50485 50486 50487 50488 50489 50490 50491 |
# File 'lib/quickfix_fields.rb', line 50485 def initialize(data = nil) if( data == nil ) super(41594) else super(41594, data) end end |
Class Method Details
.field ⇒ Object
50482 50483 50484 |
# File 'lib/quickfix_fields.rb', line 50482 def LegPaymentStreamPricingDate.field return 41594 end |