Class: Quickfix::LegPaymentStreamPricingDayOfWeek
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPricingDayOfWeek
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayOfWeek
constructor
A new instance of LegPaymentStreamPricingDayOfWeek.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayOfWeek
Returns a new instance of LegPaymentStreamPricingDayOfWeek.
50524 50525 50526 50527 50528 50529 50530 |
# File 'lib/quickfix_fields.rb', line 50524 def initialize(data = nil) if( data == nil ) super(41597) else super(41597, data) end end |
Class Method Details
.field ⇒ Object
50521 50522 50523 |
# File 'lib/quickfix_fields.rb', line 50521 def LegPaymentStreamPricingDayOfWeek.field return 41597 end |