Class: Quickfix::LegPaymentStreamPricingDayNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamPricingDayNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayNumber
constructor
A new instance of LegPaymentStreamPricingDayNumber.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPricingDayNumber
50537 50538 50539 50540 50541 50542 50543 |
# File 'lib/quickfix_fields.rb', line 50537 def initialize(data = nil) if( data == nil ) super(41598) else super(41598, data) end end |
Class Method Details
.field ⇒ Object
50534 50535 50536 |
# File 'lib/quickfix_fields.rb', line 50534 def LegPaymentStreamPricingDayNumber.field return 41598 end |