Class: Quickfix::PaymentStreamPricingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamPricingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamPricingDateType
constructor
A new instance of PaymentStreamPricingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamPricingDateType
Returns a new instance of PaymentStreamPricingDateType.
45155 45156 45157 45158 45159 45160 45161 |
# File 'lib/quickfix_fields.rb', line 45155 def initialize(data = nil) if( data == nil ) super(41226) else super(41226, data) end end |
Class Method Details
.field ⇒ Object
45152 45153 45154 |
# File 'lib/quickfix_fields.rb', line 45152 def PaymentStreamPricingDateType.field return 41226 end |