Class: Quickfix::SideClearingTradePriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideClearingTradePriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideClearingTradePriceType
constructor
A new instance of SideClearingTradePriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideClearingTradePriceType
Returns a new instance of SideClearingTradePriceType.
21937 21938 21939 21940 21941 21942 21943 |
# File 'lib/quickfix_fields.rb', line 21937 def initialize(data = nil) if( data == nil ) super(1598) else super(1598, data) end end |
Class Method Details
.field ⇒ Object
21934 21935 21936 |
# File 'lib/quickfix_fields.rb', line 21934 def SideClearingTradePriceType.field return 1598 end |