Class: Quickfix::MultilegPriceMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::MultilegPriceMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MultilegPriceMethod
constructor
A new instance of MultilegPriceMethod.
Constructor Details
#initialize(data = nil) ⇒ MultilegPriceMethod
Returns a new instance of MultilegPriceMethod.
1241 1242 1243 1244 1245 1246 1247 |
# File 'lib/quickfix_fields.rb', line 1241 def initialize(data = nil) if( data == nil ) super(1378) else super(1378, data) end end |
Class Method Details
.field ⇒ Object
1238 1239 1240 |
# File 'lib/quickfix_fields.rb', line 1238 def MultilegPriceMethod.field return 1378 end |