Class: Quickfix::UnderlyingDeliveryAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingDeliveryAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryAmount
constructor
A new instance of UnderlyingDeliveryAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryAmount
Returns a new instance of UnderlyingDeliveryAmount.
13916 13917 13918 13919 13920 13921 13922 |
# File 'lib/quickfix_fields.rb', line 13916 def initialize(data = nil) if( data == nil ) super(1037) else super(1037, data) end end |
Class Method Details
.field ⇒ Object
13913 13914 13915 |
# File 'lib/quickfix_fields.rb', line 13913 def UnderlyingDeliveryAmount.field return 1037 end |