Class: Quickfix::PaymentStreamOtherDayCount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamOtherDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamOtherDayCount
constructor
A new instance of PaymentStreamOtherDayCount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamOtherDayCount
Returns a new instance of PaymentStreamOtherDayCount.
77850 77851 77852 77853 77854 77855 77856 |
# File 'lib/quickfix_fields.rb', line 77850 def initialize(data = nil) if( data == nil ) super(43106) else super(43106, data) end end |
Class Method Details
.field ⇒ Object
77847 77848 77849 |
# File 'lib/quickfix_fields.rb', line 77847 def PaymentStreamOtherDayCount.field return 43106 end |