Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateRangeFirst
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateRangeFirst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRangeFirst
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateRangeFirst.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateRangeFirst
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateRangeFirst.
59091 59092 59093 59094 59095 59096 59097 |
# File 'lib/quickfix_fields.rb', line 59091 def initialize(data = nil) if( data == nil ) super(42097) else super(42097, data) end end |
Class Method Details
.field ⇒ Object
59088 59089 59090 |
# File 'lib/quickfix_fields.rb', line 59088 def .field return 42097 end |