Class: Quickfix::PaymentStreamPricingDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPricingDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDayType
constructor
A new instance of PaymentStreamPricingDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDayType
Returns a new instance of PaymentStreamPricingDayType.
45012 45013 45014 45015 45016 45017 45018 |
# File 'lib/quickfix_fields.rb', line 45012 def initialize(data = nil) if( data == nil ) super(41213) else super(41213, data) end end |
Class Method Details
.field ⇒ Object
45009 45010 45011 |
# File 'lib/quickfix_fields.rb', line 45009 def PaymentStreamPricingDayType.field return 41213 end |