Class: Quickfix::LegPaymentStreamFRADiscounting
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamFRADiscounting
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFRADiscounting
constructor
A new instance of LegPaymentStreamFRADiscounting.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFRADiscounting
Returns a new instance of LegPaymentStreamFRADiscounting.
31947 31948 31949 31950 31951 31952 31953 |
# File 'lib/quickfix_fields.rb', line 31947 def initialize(data = nil) if( data == nil ) super(40358) else super(40358, data) end end |
Class Method Details
.field ⇒ Object
31944 31945 31946 |
# File 'lib/quickfix_fields.rb', line 31944 def LegPaymentStreamFRADiscounting.field return 40358 end |