Class: Quickfix::NoLegPaymentStreamFormulas
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegPaymentStreamFormulas
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamFormulas
constructor
A new instance of NoLegPaymentStreamFormulas.
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamFormulas
Returns a new instance of NoLegPaymentStreamFormulas.
67008 67009 67010 67011 67012 67013 67014 |
# File 'lib/quickfix_fields.rb', line 67008 def initialize(data = nil) if( data == nil ) super(42485) else super(42485, data) end end |