Class: Quickfix::UnderlyingPaymentStreamOtherDayCount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamOtherDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamOtherDayCount
constructor
A new instance of UnderlyingPaymentStreamOtherDayCount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamOtherDayCount
Returns a new instance of UnderlyingPaymentStreamOtherDayCount.
78032 78033 78034 78035 78036 78037 78038 |
# File 'lib/quickfix_fields.rb', line 78032 def initialize(data = nil) if( data == nil ) super(43107) else super(43107, data) end end |
Class Method Details
.field ⇒ Object
78029 78030 78031 |
# File 'lib/quickfix_fields.rb', line 78029 def .field return 43107 end |