Class: Quickfix::PaymentStreamPricingDayOfWeek
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPricingDayOfWeek
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDayOfWeek
constructor
A new instance of PaymentStreamPricingDayOfWeek.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDayOfWeek
45181 45182 45183 45184 45185 45186 45187 |
# File 'lib/quickfix_fields.rb', line 45181 def initialize(data = nil) if( data == nil ) super(41228) else super(41228, data) end end |
Class Method Details
.field ⇒ Object
45178 45179 45180 |
# File 'lib/quickfix_fields.rb', line 45178 def PaymentStreamPricingDayOfWeek.field return 41228 end |