Class: Quickfix::PaymentStreamBoundsFirstDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamBoundsFirstDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamBoundsFirstDateUnadjusted
constructor
A new instance of PaymentStreamBoundsFirstDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamBoundsFirstDateUnadjusted
Returns a new instance of PaymentStreamBoundsFirstDateUnadjusted.
68698 68699 68700 68701 68702 68703 68704 |
# File 'lib/quickfix_fields.rb', line 68698 def initialize(data = nil) if( data == nil ) super(42618) else super(42618, data) end end |
Class Method Details
.field ⇒ Object
68695 68696 68697 |
# File 'lib/quickfix_fields.rb', line 68695 def PaymentStreamBoundsFirstDateUnadjusted.field return 42618 end |