Class: Quickfix::UnderlyingPaymentStreamPricingDayOfWeek
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayOfWeek
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayOfWeek
constructor
A new instance of UnderlyingPaymentStreamPricingDayOfWeek.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayOfWeek
Returns a new instance of UnderlyingPaymentStreamPricingDayOfWeek.
55542 55543 55544 55545 55546 55547 55548 |
# File 'lib/quickfix_fields.rb', line 55542 def initialize(data = nil) if( data == nil ) super(41945) else super(41945, data) end end |
Class Method Details
.field ⇒ Object
55539 55540 55541 |
# File 'lib/quickfix_fields.rb', line 55539 def .field return 41945 end |