Class: Quickfix::LegPaymentStreamPricingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPricingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingDateType
constructor
A new instance of LegPaymentStreamPricingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingDateType
Returns a new instance of LegPaymentStreamPricingDateType.
50498 50499 50500 50501 50502 50503 50504 |
# File 'lib/quickfix_fields.rb', line 50498 def initialize(data = nil) if( data == nil ) super(41595) else super(41595, data) end end |
Class Method Details
.field ⇒ Object
50495 50496 50497 |
# File 'lib/quickfix_fields.rb', line 50495 def LegPaymentStreamPricingDateType.field return 41595 end |