Class: Quickfix::SettlPriceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPriceType
constructor
A new instance of SettlPriceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlPriceType
Returns a new instance of SettlPriceType.
10016 10017 10018 10019 10020 10021 10022 |
# File 'lib/quickfix_fields.rb', line 10016 def initialize(data = nil) if( data == nil ) super(731) else super(731, data) end end |
Class Method Details
.field ⇒ Object
10013 10014 10015 |
# File 'lib/quickfix_fields.rb', line 10013 def SettlPriceType.field return 731 end |