Class: Quickfix::UpfrontPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UpfrontPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UpfrontPriceType
constructor
A new instance of UpfrontPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UpfrontPriceType
Returns a new instance of UpfrontPriceType.
22613 22614 22615 22616 22617 22618 22619 |
# File 'lib/quickfix_fields.rb', line 22613 def initialize(data = nil) if( data == nil ) super(1741) else super(1741, data) end end |
Class Method Details
.field ⇒ Object
22610 22611 22612 |
# File 'lib/quickfix_fields.rb', line 22610 def UpfrontPriceType.field return 1741 end |