Class: Quickfix::UnderlyingPaymentStreamPricingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamPricingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDate
constructor
A new instance of UnderlyingPaymentStreamPricingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDate
Returns a new instance of UnderlyingPaymentStreamPricingDate.
55503 55504 55505 55506 55507 55508 55509 |
# File 'lib/quickfix_fields.rb', line 55503 def initialize(data = nil) if( data == nil ) super(41942) else super(41942, data) end end |
Class Method Details
.field ⇒ Object
55500 55501 55502 |
# File 'lib/quickfix_fields.rb', line 55500 def .field return 41942 end |