Class: Quickfix::UnderlyingLegMaturityMonthYear

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegMaturityMonthYear



11342
11343
11344
11345
11346
11347
11348
# File 'lib/quickfix_fields.rb', line 11342

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

Class Method Details

.fieldObject



11339
11340
11341
# File 'lib/quickfix_fields.rb', line 11339

def UnderlyingLegMaturityMonthYear.field
  return 1339
end