Class: Quickfix::LegPaymentStreamRateSpreadCurrency

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadCurrency



50225
50226
50227
50228
50229
50230
50231
# File 'lib/quickfix_fields.rb', line 50225

def initialize(data = nil)
  if( data == nil )
    super(41572)
  else
    super(41572, data)
  end
end

Class Method Details

.fieldObject



50222
50223
50224
# File 'lib/quickfix_fields.rb', line 50222

def LegPaymentStreamRateSpreadCurrency.field
  return 41572
end