Class: Quickfix::NoUnderlyingDeliverySchedules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingDeliverySchedules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingDeliverySchedules
constructor
A new instance of NoUnderlyingDeliverySchedules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingDeliverySchedules
Returns a new instance of NoUnderlyingDeliverySchedules.
52890 52891 52892 52893 52894 52895 52896 |
# File 'lib/quickfix_fields.rb', line 52890 def initialize(data = nil) if( data == nil ) super(41756) else super(41756, data) end end |
Class Method Details
.field ⇒ Object
52887 52888 52889 |
# File 'lib/quickfix_fields.rb', line 52887 def .field return 41756 end |