Class: Quickfix::PaymentStreamPricingDayDistribution
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPricingDayDistribution
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDayDistribution
constructor
A new instance of PaymentStreamPricingDayDistribution.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDayDistribution
Returns a new instance of PaymentStreamPricingDayDistribution.
45025 45026 45027 45028 45029 45030 45031 |
# File 'lib/quickfix_fields.rb', line 45025 def initialize(data = nil) if( data == nil ) super(41214) else super(41214, data) end end |
Class Method Details
.field ⇒ Object
45022 45023 45024 |
# File 'lib/quickfix_fields.rb', line 45022 def PaymentStreamPricingDayDistribution.field return 41214 end |