Class: Quickfix::PaymentStreamBoundsLastDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamBoundsLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamBoundsLastDateUnadjusted
constructor
A new instance of PaymentStreamBoundsLastDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamBoundsLastDateUnadjusted
Returns a new instance of PaymentStreamBoundsLastDateUnadjusted.
68711 68712 68713 68714 68715 68716 68717 |
# File 'lib/quickfix_fields.rb', line 68711 def initialize(data = nil) if( data == nil ) super(42619) else super(42619, data) end end |
Class Method Details
.field ⇒ Object
68708 68709 68710 |
# File 'lib/quickfix_fields.rb', line 68708 def PaymentStreamBoundsLastDateUnadjusted.field return 42619 end |