Class: Quickfix::UnderlyingPaymentStreamBoundsLastDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamBoundsLastDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamBoundsLastDateUnadjusted
constructor
A new instance of UnderlyingPaymentStreamBoundsLastDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamBoundsLastDateUnadjusted
Returns a new instance of UnderlyingPaymentStreamBoundsLastDateUnadjusted.
72819 72820 72821 72822 72823 72824 72825 |
# File 'lib/quickfix_fields.rb', line 72819 def initialize(data = nil) if( data == nil ) super(42914) else super(42914, data) end end |
Class Method Details
.field ⇒ Object
72816 72817 72818 |
# File 'lib/quickfix_fields.rb', line 72816 def .field return 42914 end |