Class: Quickfix::LegPaymentScheduleNotional
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentScheduleNotional
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleNotional
constructor
A new instance of LegPaymentScheduleNotional.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleNotional
Returns a new instance of LegPaymentScheduleNotional.
32246 32247 32248 32249 32250 32251 32252 |
# File 'lib/quickfix_fields.rb', line 32246 def initialize(data = nil) if( data == nil ) super(40381) else super(40381, data) end end |
Class Method Details
.field ⇒ Object
32243 32244 32245 |
# File 'lib/quickfix_fields.rb', line 32243 def LegPaymentScheduleNotional.field return 40381 end |