Class: Quickfix::PaymentStreamPricingDayCount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPricingDayCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDayCount
constructor
A new instance of PaymentStreamPricingDayCount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDayCount
Returns a new instance of PaymentStreamPricingDayCount.
45038 45039 45040 45041 45042 45043 45044 |
# File 'lib/quickfix_fields.rb', line 45038 def initialize(data = nil) if( data == nil ) super(41215) else super(41215, data) end end |
Class Method Details
.field ⇒ Object
45035 45036 45037 |
# File 'lib/quickfix_fields.rb', line 45035 def PaymentStreamPricingDayCount.field return 41215 end |