Class: Quickfix::SettlPriceType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SettlPriceType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPriceType
constructor
A new instance of SettlPriceType.
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 |