Class: Quickfix::LegPaymentStreamOtherDayCount
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamOtherDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamOtherDayCount
constructor
A new instance of LegPaymentStreamOtherDayCount.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamOtherDayCount
Returns a new instance of LegPaymentStreamOtherDayCount.
77707 77708 77709 77710 77711 77712 77713 |
# File 'lib/quickfix_fields.rb', line 77707 def initialize(data = nil) if( data == nil ) super(43108) else super(43108, data) end end |
Class Method Details
.field ⇒ Object
77704 77705 77706 |
# File 'lib/quickfix_fields.rb', line 77704 def LegPaymentStreamOtherDayCount.field return 43108 end |