Class: Quickfix::TradePriceNegotiationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradePriceNegotiationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradePriceNegotiationMethod
constructor
A new instance of TradePriceNegotiationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradePriceNegotiationMethod
Returns a new instance of TradePriceNegotiationMethod.
22600 22601 22602 22603 22604 22605 22606 |
# File 'lib/quickfix_fields.rb', line 22600 def initialize(data = nil) if( data == nil ) super(1740) else super(1740, data) end end |
Class Method Details
.field ⇒ Object
22597 22598 22599 |
# File 'lib/quickfix_fields.rb', line 22597 def TradePriceNegotiationMethod.field return 1740 end |