Class: Quickfix::UnderlyingPaymentStreamPricingDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamPricingDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayType
constructor
A new instance of UnderlyingPaymentStreamPricingDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamPricingDayType
Returns a new instance of UnderlyingPaymentStreamPricingDayType.
55373 55374 55375 55376 55377 55378 55379 |
# File 'lib/quickfix_fields.rb', line 55373 def initialize(data = nil) if( data == nil ) super(41930) else super(41930, data) end end |
Class Method Details
.field ⇒ Object
55370 55371 55372 |
# File 'lib/quickfix_fields.rb', line 55370 def .field return 41930 end |