Class: Quickfix::PaymentStreamPricingDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamPricingDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDate
constructor
A new instance of PaymentStreamPricingDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDate
Returns a new instance of PaymentStreamPricingDate.
45142 45143 45144 45145 45146 45147 45148 |
# File 'lib/quickfix_fields.rb', line 45142 def initialize(data = nil) if( data == nil ) super(41225) else super(41225, data) end end |
Class Method Details
.field ⇒ Object
45139 45140 45141 |
# File 'lib/quickfix_fields.rb', line 45139 def PaymentStreamPricingDate.field return 41225 end |