Class: Quickfix::LegPaymentStreamType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentStreamType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamType
constructor
A new instance of LegPaymentStreamType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamType
Returns a new instance of LegPaymentStreamType.
30920 30921 30922 30923 30924 30925 30926 |
# File 'lib/quickfix_fields.rb', line 30920 def initialize(data = nil) if( data == nil ) super(40279) else super(40279, data) end end |